#1EAE0F

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

Shades of Islamic Green #1EAE0F

Tints of Islamic Green #1EAE0F

Color information

#1EAE0F (or 0x1EAE0F) is unknown color: approx Islamic Green. HEX triplet: 1E, AE and 0F. RGB value is (30,174,15). Sum of RGB (Red+Green+Blue) = 30+174+15=219 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.70% from 219); Green value is 174 (68.36% from 255 or 79.45% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 174 - color contains mainly: green. Hex color #1EAE0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1EAE0F is #E151F0. Grayscale: #717171. Windows color (decimal): -14766577 or 1027614. OLE color: 1027614.

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

Color convert

RGB3017415-
CMYK0.8300.910.32
HSL114.34º84.13%37.06%-
HSV(B)114.34º91.38%68.24%-
XYZ15.7630.585.52-
YUV112.8272.7968.93-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.70%
GREEN value IS 174 (68.36% from 255) = 79.45%
BLUE value IS 15 (6.25% from 255) = 6.85%
R=13.70%
G=79.45%
B=6.85%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal30174150.8300.910.32114.3484.1337.06
Hex1EAEF5305B20725425
Octal362561712301334016212445
Binary1111010101110111110100110101101110000011100101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAE0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,174,15); }

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

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

 a { background-color: rgb(30,174,15); }

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

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

 span { border-color: rgb(30,174,15); }

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