#0CAE00

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

Shades of Islamic Green #0CAE00

Tints of Islamic Green #0CAE00

Color information

#0CAE00 (or 0x0CAE00) is unknown color: approx Islamic Green. HEX triplet: 0C, AE and 00. RGB value is (12,174,0). Sum of RGB (Red+Green+Blue) = 12+174+0=186 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.45% from 186); Green value is 174 (68.36% from 255 or 93.55% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 174 - color contains mainly: green. Hex color #0CAE00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CAE00 is #F351FF. Grayscale: #6A6A6A. Windows color (decimal): -15946240 or 44556. OLE color: 44556.

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

Color convert

RGB121740-
CMYK0.93010.32
HSL115.86º100%34.12%-
HSV(B)115.86º100%68.24%-
XYZ15.2930.355.05-
YUV105.7368.3361.15-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.45%
GREEN value IS 174 (68.36% from 255) = 93.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=6.45%
G=93.55%
B=0%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1217400.93010.32115.8610034.12
HexCAE05D06420746422
Octal14256013501444016414442
Binary110010101110010111010110010010000011101001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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