Html Css Color HEX #0CAB14 Islamic Green

📋 copy color: '#0CAB14'

red 12 ◦ green 171 ◦ blue 20

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

Shades of Islamic Green #0CAB14

Tints of Islamic Green #0CAB14

RGB

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

 GREEN value IS 171 (67.19% from 255) = 84.24%

 BLUE value IS 20 (8.2% from 255) = 9.85%

R = 5.91%
G = 84.24%
B = 9.85%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#0CAB14 (or 0x0CAB14) is known color: Islamic Green. HEX triplet: 0C, AB and 14. RGB value is (12,171,20). Sum of RGB (Red+Green+Blue) = 12+171+20=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 171 (67.19% from 255 or 84.24% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CAB14 is #F354EB. Grayscale: #6A6A6A. Windows color (decimal): -15946988 or 1354508. OLE color: 1354508.

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

Color convert

RGB 12 171 20 -
CMYK 0.93 0 0.88 0.33
HSL 123.02º 0.87% 0.36% -
HSV(B) 123.02º 0.93% 0.67% -
XYZ 14.84 29.25 5.53 -
YUV 106.25 79.32 60.78 -
System Red Green Blue C M Y K H S L
Decimal 12 171 20 0.93 0 0.88 0.33 123.02 0.87 0.36
Hex C AB 14 5D 0 58 21 7B 57 24
Octal 14 253 24 135 0 130 41 173 127 44
Binary 1100 10101011 10100 1011101 0 1011000 100001 1111011 1010111 100100

Color Harmonies of #0CAB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAB14

Black with #0CAB14

Text Example


Text Example

White with #0CAB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,171,20); }

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

background-color css

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

 a { background-color: rgb(12,171,20); }

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

border-color css

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

 span { border-color: rgb(12,171,20); }

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