Html Css Color HEX #0CAB0F Islamic Green

📋 copy color: '#0CAB0F'

red 12 ◦ green 171 ◦ blue 15

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

Shades of Islamic Green #0CAB0F

Tints of Islamic Green #0CAB0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.58%

R = 6.06%
G = 86.36%
B = 7.58%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#0CAB0F (or 0x0CAB0F) is known color: Islamic Green. HEX triplet: 0C, AB and 0F. RGB value is (12,171,15). Sum of RGB (Red+Green+Blue) = 12+171+15=198 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.06% from 198); Green value is 171 (67.19% from 255 or 86.36% from 198); Blue value is 15 (6.25% from 255 or 7.58% from 198); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CAB0F is #F354F0. Grayscale: #6A6A6A. Windows color (decimal): -15946993 or 1026828. OLE color: 1026828.

HSL color Cylindrical-coordinate representation of color #0CAB0F: hue angle of 121.13º 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 #0CAB0F is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 171 15 -
CMYK 0.93 0 0.91 0.33
HSL 121.13º 0.87% 0.36% -
HSV(B) 121.13º 0.93% 0.67% -
XYZ 14.8 29.24 5.32 -
YUV 105.68 76.82 61.18 -
System Red Green Blue C M Y K H S L
Decimal 12 171 15 0.93 0 0.91 0.33 121.13 0.87 0.36
Hex C AB F 5D 0 5B 21 79 57 24
Octal 14 253 17 135 0 133 41 171 127 44
Binary 1100 10101011 1111 1011101 0 1011011 100001 1111001 1010111 100100

Color Harmonies of #0CAB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAB0F

Black with #0CAB0F

Text Example


Text Example

White with #0CAB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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