Html Css Color HEX #0CBF08 Islamic Green

📋 copy color: '#0CBF08'

red 12 ◦ green 191 ◦ blue 8

#0CBF08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #0CBF08

Tints of Islamic Green #0CBF08

RGB

 RED value IS 12 (5.08% from 255) = 5.69%

 GREEN value IS 191 (75% from 255) = 90.52%

 BLUE value IS 8 (3.52% from 255) = 3.79%

R = 5.69%
G = 90.52%
B = 3.79%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0CBF08 (or 0x0CBF08) is known color: Islamic Green. HEX triplet: 0C, BF and 08. RGB value is (12,191,8). Sum of RGB (Red+Green+Blue) = 12+191+8=211 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.69% from 211); Green value is 191 (75% from 255 or 90.52% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBF08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CBF08 is #F340F7. Grayscale: #757575. Windows color (decimal): -15941880 or 573196. OLE color: 573196.

HSL color Cylindrical-coordinate representation of color #0CBF08: hue angle of 118.69º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0CBF08 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 191 8 -
CMYK 0.94 0 0.96 0.25
HSL 118.69º 0.92% 0.39% -
HSV(B) 118.69º 0.96% 0.75% -
XYZ 18.83 37.36 6.45 -
YUV 116.62 66.7 53.38 -
System Red Green Blue C M Y K H S L
Decimal 12 191 8 0.94 0 0.96 0.25 118.69 0.92 0.39
Hex C BF 8 5E 0 60 19 77 5C 27
Octal 14 277 10 136 0 140 31 167 134 47
Binary 1100 10111111 1000 1011110 0 1100000 11001 1110111 1011100 100111

Color Harmonies of #0CBF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBF08

Black with #0CBF08

Text Example


Text Example

White with #0CBF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CBF08; }

 p { color: rgb(12,191,8); }

 H1.HeaderClassName
 {
   color: #0CBF08;
 }
 .AnyTagClassName
 {
   color: #0CBF08;
 }
</style>

background-color css

<style>
 a { background-color: #0CBF08; }

 a { background-color: rgb(12,191,8); }

 div.DivClassName
 {
   background-color: #0CBF08;
 }
 .BgClassName
 {
   background-color: #0CBF08;
 }
</style>

border-color css

<style>
 span { border-color: #0CBF08; }

 span { border-color: rgb(12,191,8); }

 td.TdClassName
 {
   border-color: #0CBF08;
 }
 .TagClassName
 {
   border-color: #0CBF08;
 }
</style>