Html Css Color HEX #0CA404 Islamic Green

📋 copy color: '#0CA404'

red 12 ◦ green 164 ◦ blue 4

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

Shades of Islamic Green #0CA404

Tints of Islamic Green #0CA404

RGB

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

 GREEN value IS 164 (64.45% from 255) = 91.11%

 BLUE value IS 4 (1.95% from 255) = 2.22%

R = 6.67%
G = 91.11%
B = 2.22%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#0CA404 (or 0x0CA404) is known color: Islamic Green. HEX triplet: 0C, A4 and 04. RGB value is (12,164,4). Sum of RGB (Red+Green+Blue) = 12+164+4=180 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.67% from 180); Green value is 164 (64.45% from 255 or 91.11% from 180); Blue value is 4 (1.95% from 255 or 2.22% from 180); Max value from RGB is 164 - color contains mainly: green. Hex color #0CA404 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA404 is #F35BFB. Grayscale: #646464. Windows color (decimal): -15948796 or 304140. OLE color: 304140.

HSL color Cylindrical-coordinate representation of color #0CA404: hue angle of 117º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0CA404 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 12 164 4 -
CMYK 0.93 0 0.98 0.36
HSL 117º 0.95% 0.33% -
HSV(B) 117º 0.98% 0.64% -
XYZ 13.45 26.64 4.55 -
YUV 100.31 73.64 65.01 -
System Red Green Blue C M Y K H S L
Decimal 12 164 4 0.93 0 0.98 0.36 117 0.95 0.33
Hex C A4 4 5D 0 62 24 75 5F 21
Octal 14 244 4 135 0 142 44 165 137 41
Binary 1100 10100100 100 1011101 0 1100010 100100 1110101 1011111 100001

Color Harmonies of #0CA404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA404

Black with #0CA404

Text Example


Text Example

White with #0CA404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,164,4); }

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

background-color css

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

 a { background-color: rgb(12,164,4); }

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

border-color css

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

 span { border-color: rgb(12,164,4); }

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