Html Css Color HEX #0CAB07 Islamic Green

📋 copy color: '#0CAB07'

red 12 ◦ green 171 ◦ blue 7

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

Shades of Islamic Green #0CAB07

Tints of Islamic Green #0CAB07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.68%

R = 6.32%
G = 90%
B = 3.68%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#0CAB07 (or 0x0CAB07) is known color: Islamic Green. HEX triplet: 0C, AB and 07. RGB value is (12,171,7). Sum of RGB (Red+Green+Blue) = 12+171+7=190 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.32% from 190); Green value is 171 (67.19% from 255 or 90% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CAB07 is #F354F8. Grayscale: #696969. Windows color (decimal): -15947001 or 502540. OLE color: 502540.

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

Color convert

RGB 12 171 7 -
CMYK 0.93 0 0.96 0.33
HSL 118.17º 0.92% 0.35% -
HSV(B) 118.17º 0.96% 0.67% -
XYZ 14.75 29.22 5.06 -
YUV 104.76 72.82 61.84 -
System Red Green Blue C M Y K H S L
Decimal 12 171 7 0.93 0 0.96 0.33 118.17 0.92 0.35
Hex C AB 7 5D 0 60 21 76 5C 23
Octal 14 253 7 135 0 140 41 166 134 43
Binary 1100 10101011 111 1011101 0 1100000 100001 1110110 1011100 100011

Color Harmonies of #0CAB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAB07

Black with #0CAB07

Text Example


Text Example

White with #0CAB07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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