Html Css Color HEX #0CA410 Islamic Green

📋 copy color: '#0CA410'

red 12 ◦ green 164 ◦ blue 16

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

Shades of Islamic Green #0CA410

Tints of Islamic Green #0CA410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.33%

R = 6.25%
G = 85.42%
B = 8.33%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#0CA410 (or 0x0CA410) is known color: Islamic Green. HEX triplet: 0C, A4 and 10. RGB value is (12,164,16). Sum of RGB (Red+Green+Blue) = 12+164+16=192 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.25% from 192); Green value is 164 (64.45% from 255 or 85.42% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 164 - color contains mainly: green. Hex color #0CA410 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA410 is #F35BEF. Grayscale: #666666. Windows color (decimal): -15948784 or 1090572. OLE color: 1090572.

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

Color convert

RGB 12 164 16 -
CMYK 0.93 0 0.90 0.36
HSL 121.58º 0.86% 0.35% -
HSV(B) 121.58º 0.93% 0.64% -
XYZ 13.52 26.67 4.92 -
YUV 101.68 79.64 64.03 -
System Red Green Blue C M Y K H S L
Decimal 12 164 16 0.93 0 0.90 0.36 121.58 0.86 0.35
Hex C A4 10 5D 0 5A 24 7A 56 23
Octal 14 244 20 135 0 132 44 172 126 43
Binary 1100 10100100 10000 1011101 0 1011010 100100 1111010 1010110 100011

Color Harmonies of #0CA410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA410

Black with #0CA410

Text Example


Text Example

White with #0CA410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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