Html Css Color HEX #0CA518 Islamic Green

📋 copy color: '#0CA518'

red 12 ◦ green 165 ◦ blue 24

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

Shades of Islamic Green #0CA518

Tints of Islamic Green #0CA518

RGB

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

 GREEN value IS 165 (64.84% from 255) = 82.09%

 BLUE value IS 24 (9.77% from 255) = 11.94%

R = 5.97%
G = 82.09%
B = 11.94%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#0CA518 (or 0x0CA518) is known color: Islamic Green. HEX triplet: 0C, A5 and 18. RGB value is (12,165,24). Sum of RGB (Red+Green+Blue) = 12+165+24=201 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.97% from 201); Green value is 165 (64.84% from 255 or 82.09% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 165 - color contains mainly: green. Hex color #0CA518 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA518 is #F35AE7. Grayscale: #676767. Windows color (decimal): -15948520 or 1615116. OLE color: 1615116.

HSL color Cylindrical-coordinate representation of color #0CA518: hue angle of 124.71º degrees, saturation: 0.86, 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 #0CA518 is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 12 165 24 -
CMYK 0.93 0 0.85 0.35
HSL 124.71º 0.86% 0.35% -
HSV(B) 124.71º 0.93% 0.65% -
XYZ 13.77 27.05 5.36 -
YUV 103.18 83.31 62.96 -
System Red Green Blue C M Y K H S L
Decimal 12 165 24 0.93 0 0.85 0.35 124.71 0.86 0.35
Hex C A5 18 5D 0 55 23 7D 56 23
Octal 14 245 30 135 0 125 43 175 126 43
Binary 1100 10100101 11000 1011101 0 1010101 100011 1111101 1010110 100011

Color Harmonies of #0CA518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA518

Black with #0CA518

Text Example


Text Example

White with #0CA518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,165,24); }

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

background-color css

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

 a { background-color: rgb(12,165,24); }

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

border-color css

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

 span { border-color: rgb(12,165,24); }

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