Html Css Color HEX #0CAC0B Islamic Green

📋 copy color: '#0CAC0B'

red 12 ◦ green 172 ◦ blue 11

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

Shades of Islamic Green #0CAC0B

Tints of Islamic Green #0CAC0B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 88.21%

 BLUE value IS 11 (4.69% from 255) = 5.64%

R = 6.15%
G = 88.21%
B = 5.64%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#0CAC0B (or 0x0CAC0B) is known color: Islamic Green. HEX triplet: 0C, AC and 0B. RGB value is (12,172,11). Sum of RGB (Red+Green+Blue) = 12+172+11=195 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.15% from 195); Green value is 172 (67.58% from 255 or 88.21% from 195); Blue value is 11 (4.69% from 255 or 5.64% from 195); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CAC0B is #F353F4. Grayscale: #6A6A6A. Windows color (decimal): -15946741 or 764940. OLE color: 764940.

HSL color Cylindrical-coordinate representation of color #0CAC0B: hue angle of 119.63º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CAC0B is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 172 11 -
CMYK 0.93 0 0.94 0.33
HSL 119.63º 0.88% 0.36% -
HSV(B) 119.63º 0.94% 0.67% -
XYZ 14.96 29.61 5.24 -
YUV 105.81 74.49 61.09 -
System Red Green Blue C M Y K H S L
Decimal 12 172 11 0.93 0 0.94 0.33 119.63 0.88 0.36
Hex C AC B 5D 0 5E 21 78 58 24
Octal 14 254 13 135 0 136 41 170 130 44
Binary 1100 10101100 1011 1011101 0 1011110 100001 1111000 1011000 100100

Color Harmonies of #0CAC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAC0B

Black with #0CAC0B

Text Example


Text Example

White with #0CAC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,172,11); }

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

background-color css

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

 a { background-color: rgb(12,172,11); }

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

border-color css

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

 span { border-color: rgb(12,172,11); }

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