Html Css Color HEX #0E9502 Islamic Green

📋 copy color: '#0E9502'

red 14 ◦ green 149 ◦ blue 2

#0E9502
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #0E9502

Tints of Islamic Green #0E9502

RGB

 RED value IS 14 (5.86% from 255) = 8.48%

 GREEN value IS 149 (58.59% from 255) = 90.3%

 BLUE value IS 2 (1.17% from 255) = 1.21%

R = 8.48%
G = 90.3%
B = 1.21%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#0E9502 (or 0x0E9502) is known color: Islamic Green. HEX triplet: 0E, 95 and 02. RGB value is (14,149,2). Sum of RGB (Red+Green+Blue) = 14+149+2=165 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.48% from 165); Green value is 149 (58.59% from 255 or 90.30% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 149 - color contains mainly: green. Hex color #0E9502 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9502 is #F16AFD. Grayscale: #5C5C5C. Windows color (decimal): -15821566 or 169230. OLE color: 169230.

HSL color Cylindrical-coordinate representation of color #0E9502: hue angle of 115.1º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E9502 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 14 149 2 -
CMYK 0.91 0 0.99 0.42
HSL 115.1º 0.97% 0.3% -
HSV(B) 115.1º 0.99% 0.58% -
XYZ 10.94 21.59 3.65 -
YUV 91.88 77.27 72.45 -
System Red Green Blue C M Y K H S L
Decimal 14 149 2 0.91 0 0.99 0.42 115.1 0.97 0.3
Hex E 95 2 5B 0 63 2A 73 61 1E
Octal 16 225 2 133 0 143 52 163 141 36
Binary 1110 10010101 10 1011011 0 1100011 101010 1110011 1100001 11110

Color Harmonies of #0E9502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9502

Black with #0E9502

Text Example


Text Example

White with #0E9502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,149,2); }

 H1.HeaderClassName
 {
   color: #0E9502;
 }
 .AnyTagClassName
 {
   color: #0E9502;
 }
</style>

background-color css

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

 a { background-color: rgb(14,149,2); }

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

border-color css

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

 span { border-color: rgb(14,149,2); }

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