Html Css Color HEX #0CA614 Islamic Green

📋 copy color: '#0CA614'

red 12 ◦ green 166 ◦ blue 20

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

Shades of Islamic Green #0CA614

Tints of Islamic Green #0CA614

RGB

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

 GREEN value IS 166 (65.23% from 255) = 83.84%

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

R = 6.06%
G = 83.84%
B = 10.1%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#0CA614 (or 0x0CA614) is known color: Islamic Green. HEX triplet: 0C, A6 and 14. RGB value is (12,166,20). Sum of RGB (Red+Green+Blue) = 12+166+20=198 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.06% from 198); Green value is 166 (65.23% from 255 or 83.84% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 166 - color contains mainly: green. Hex color #0CA614 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA614 is #F359EB. Grayscale: #676767. Windows color (decimal): -15948268 or 1353228. OLE color: 1353228.

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

Color convert

RGB 12 166 20 -
CMYK 0.93 0 0.88 0.35
HSL 123.12º 0.87% 0.35% -
HSV(B) 123.12º 0.93% 0.65% -
XYZ 13.91 27.4 5.22 -
YUV 103.31 80.98 62.87 -
System Red Green Blue C M Y K H S L
Decimal 12 166 20 0.93 0 0.88 0.35 123.12 0.87 0.35
Hex C A6 14 5D 0 58 23 7B 57 23
Octal 14 246 24 135 0 130 43 173 127 43
Binary 1100 10100110 10100 1011101 0 1011000 100011 1111011 1010111 100011

Color Harmonies of #0CA614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA614

Black with #0CA614

Text Example


Text Example

White with #0CA614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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