#1CAE00

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

Shades of Islamic Green #1CAE00

Tints of Islamic Green #1CAE00

Color information

#1CAE00 (or 0x1CAE00) is unknown color: approx Islamic Green. HEX triplet: 1C, AE and 00. RGB value is (28,174,0). Sum of RGB (Red+Green+Blue) = 28+174+0=202 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.86% from 202); Green value is 174 (68.36% from 255 or 86.14% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 174 - color contains mainly: green. Hex color #1CAE00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CAE00 is #E351FF. Grayscale: #6F6F6F. Windows color (decimal): -14897664 or 44572. OLE color: 44572.

HSL color Cylindrical-coordinate representation of color #1CAE00: hue angle of 110.34º 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 #1CAE00 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.32.

Color convert

RGB281740-
CMYK0.84010.32
HSL110.34º100%34.12%-
HSV(B)110.34º100%68.24%-
XYZ15.6130.525.07-
YUV110.5165.6369.15-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.86%
GREEN value IS 174 (68.36% from 255) = 86.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=13.86%
G=86.14%
B=0%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2817400.84010.32110.3410034.12
Hex1CAE054064206e6422
Octal34256012401444015614442
Binary1110010101110010101000110010010000011011101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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