#0CAE18

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

Shades of Islamic Green #0CAE18

Tints of Islamic Green #0CAE18

Color information

#0CAE18 (or 0x0CAE18) is unknown color: approx Islamic Green. HEX triplet: 0C, AE and 18. RGB value is (12,174,24). Sum of RGB (Red+Green+Blue) = 12+174+24=210 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.71% from 210); Green value is 174 (68.36% from 255 or 82.86% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 174 - color contains mainly: green. Hex color #0CAE18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CAE18 is #F351E7. Grayscale: #6C6C6C. Windows color (decimal): -15946216 or 1617420. OLE color: 1617420.

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

Color convert

RGB1217424-
CMYK0.9300.860.32
HSL124.44º87.1%36.47%-
HSV(B)124.44º93.1%68.24%-
XYZ15.4530.425.92-
YUV108.4680.3359.2-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.71%
GREEN value IS 174 (68.36% from 255) = 82.86%
BLUE value IS 24 (9.77% from 255) = 11.43%
R=5.71%
G=82.86%
B=11.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal12174240.9300.860.32124.4487.136.47
HexCAE185D056207c5724
Octal142563013501264017412744
Binary1100101011101100010111010101011010000011111001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAE18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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