#0CA40E

Color #0CA40E Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #0CA40E

Tints of Islamic Green #0CA40E

Color information

#0CA40E (or 0x0CA40E) is unknown color: approx Islamic Green. HEX triplet: 0C, A4 and 0E. RGB value is (12,164,14). Sum of RGB (Red+Green+Blue) = 12+164+14=190 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.32% from 190); Green value is 164 (64.45% from 255 or 86.32% from 190); Blue value is 14 (5.86% from 255 or 7.37% from 190); Max value from RGB is 164 - color contains mainly: green. Hex color #0CA40E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA40E is #F35BF1. Grayscale: #656565. Windows color (decimal): -15948786 or 959500. OLE color: 959500.

HSL color Cylindrical-coordinate representation of color #0CA40E: hue angle of 120.79º 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 #0CA40E is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB1216414-
CMYK0.9300.910.36
HSL120.79º86.36%34.51%-
HSV(B)120.79º92.68%64.31%-
XYZ13.5126.664.85-
YUV101.4578.6464.2-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.32%
GREEN value IS 164 (64.45% from 255) = 86.32%
BLUE value IS 14 (5.86% from 255) = 7.37%
R=6.32%
G=86.32%
B=7.37%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12164140.9300.910.36120.7986.3634.51
HexCA4E5D05B24795623
Octal142441613501334417112643
Binary110010100100111010111010101101110010011110011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA40E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0CA40E;
 }
 .AnyTagClassName
 {
   color: #0CA40E;
 }
</style>
background-color css

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

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

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

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

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

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