Html Css Color HEX #0CA905 Islamic Green

📋 copy color: '#0CA905'

red 12 ◦ green 169 ◦ blue 5

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

Shades of Islamic Green #0CA905

Tints of Islamic Green #0CA905

RGB

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

 GREEN value IS 169 (66.41% from 255) = 90.86%

 BLUE value IS 5 (2.34% from 255) = 2.69%

R = 6.45%
G = 90.86%
B = 2.69%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.97

 K value IS 0.34

RGB Variations

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

Color information

#0CA905 (or 0x0CA905) is known color: Islamic Green. HEX triplet: 0C, A9 and 05. RGB value is (12,169,5). Sum of RGB (Red+Green+Blue) = 12+169+5=186 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.45% from 186); Green value is 169 (66.41% from 255 or 90.86% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 169 - color contains mainly: green. Hex color #0CA905 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA905 is #F356FA. Grayscale: #676767. Windows color (decimal): -15947515 or 370956. OLE color: 370956.

HSL color Cylindrical-coordinate representation of color #0CA905: hue angle of 117.44º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0CA905 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.

Color convert

RGB 12 169 5 -
CMYK 0.93 0 0.97 0.34
HSL 117.44º 0.94% 0.34% -
HSV(B) 117.44º 0.97% 0.66% -
XYZ 14.37 28.47 4.88 -
YUV 103.36 72.49 62.84 -
System Red Green Blue C M Y K H S L
Decimal 12 169 5 0.93 0 0.97 0.34 117.44 0.94 0.34
Hex C A9 5 5D 0 61 22 75 5E 22
Octal 14 251 5 135 0 141 42 165 136 42
Binary 1100 10101001 101 1011101 0 1100001 100010 1110101 1011110 100010

Color Harmonies of #0CA905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA905

Black with #0CA905

Text Example


Text Example

White with #0CA905

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,169,5); }

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

background-color css

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

 a { background-color: rgb(12,169,5); }

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

border-color css

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

 span { border-color: rgb(12,169,5); }

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