#0EAD1C

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

Shades of Islamic Green #0EAD1C

Tints of Islamic Green #0EAD1C

Color information

#0EAD1C (or 0x0EAD1C) is unknown color: approx Islamic Green. HEX triplet: 0E, AD and 1C. RGB value is (14,173,28). Sum of RGB (Red+Green+Blue) = 14+173+28=215 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.51% from 215); Green value is 173 (67.97% from 255 or 80.47% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 173 - color contains mainly: green. Hex color #0EAD1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAD1C is #F152E3. Grayscale: #6D6D6D. Windows color (decimal): -15815396 or 1879310. OLE color: 1879310.

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

Color convert

RGB1417328-
CMYK0.9200.840.32
HSL125.28º85.03%36.67%-
HSV(B)125.28º91.91%67.84%-
XYZ15.3330.066.09-
YUV108.9382.3260.29-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.51%
GREEN value IS 173 (67.97% from 255) = 80.47%
BLUE value IS 28 (11.33% from 255) = 13.02%
R=6.51%
G=80.47%
B=13.02%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14173280.9200.840.32125.2885.0336.67
HexEAD1C5C054207d5525
Octal162553413401244017512545
Binary1110101011011110010111000101010010000011111011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAD1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,173,28); }

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

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

 a { background-color: rgb(14,173,28); }

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

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

 span { border-color: rgb(14,173,28); }

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