Html Css Color HEX #0E9200 Islamic Green

📋 copy color: '#0E9200'

red 14 ◦ green 146 ◦ blue 0

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

Shades of Islamic Green #0E9200

Tints of Islamic Green #0E9200

RGB

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

 GREEN value IS 146 (57.42% from 255) = 91.25%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 8.75%
G = 91.25%
B = 0%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#0E9200 (or 0x0E9200) is known color: Islamic Green. HEX triplet: 0E, 92 and 00. RGB value is (14,146,0). Sum of RGB (Red+Green+Blue) = 14+146+0=160 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.75% from 160); Green value is 146 (57.42% from 255 or 91.25% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 146 - color contains mainly: green. Hex color #0E9200 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9200 is #F16DFF. Grayscale: #5A5A5A. Windows color (decimal): -15822336 or 37390. OLE color: 37390.

HSL color Cylindrical-coordinate representation of color #0E9200: hue angle of 114.25º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E9200 is Cyan = 0.90, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 14 146 0 -
CMYK 0.90 0 1 0.43
HSL 114.25º 1% 0.29% -
HSV(B) 114.25º 1% 0.57% -
XYZ 10.46 20.65 3.43 -
YUV 89.89 77.27 73.87 -
System Red Green Blue C M Y K H S L
Decimal 14 146 0 0.90 0 1 0.43 114.25 1 0.29
Hex E 92 0 5A 0 64 2B 72 64 1D
Octal 16 222 0 132 0 144 53 162 144 35
Binary 1110 10010010 0 1011010 0 1100100 101011 1110010 1100100 11101

Color Harmonies of #0E9200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9200

Black with #0E9200

Text Example


Text Example

White with #0E9200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,146,0); }

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

background-color css

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

 a { background-color: rgb(14,146,0); }

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

border-color css

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

 span { border-color: rgb(14,146,0); }

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