Html Css Color HEX #09A00E Islamic Green

📋 copy color: '#09A00E'

red 9 ◦ green 160 ◦ blue 14

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

Shades of Islamic Green #09A00E

Tints of Islamic Green #09A00E

RGB

 RED value IS 9 (3.91% from 255) = 4.92%

 GREEN value IS 160 (62.89% from 255) = 87.43%

 BLUE value IS 14 (5.86% from 255) = 7.65%

R = 4.92%
G = 87.43%
B = 7.65%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#09A00E (or 0x09A00E) is known color: Islamic Green. HEX triplet: 09, A0 and 0E. RGB value is (9,160,14). Sum of RGB (Red+Green+Blue) = 9+160+14=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 160 (62.89% from 255 or 87.43% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 160 - color contains mainly: green. Hex color #09A00E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #09A00E is #F65FF1. Grayscale: #626262. Windows color (decimal): -16146418 or 958473. OLE color: 958473.

HSL color Cylindrical-coordinate representation of color #09A00E: hue angle of 121.99º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09A00E is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 9 160 14 -
CMYK 0.94 0 0.91 0.37
HSL 121.99º 0.89% 0.33% -
HSV(B) 121.99º 0.94% 0.63% -
XYZ 12.76 25.23 4.61 -
YUV 98.21 80.47 64.37 -
System Red Green Blue C M Y K H S L
Decimal 9 160 14 0.94 0 0.91 0.37 121.99 0.89 0.33
Hex 9 A0 E 5E 0 5B 25 7A 59 21
Octal 11 240 16 136 0 133 45 172 131 41
Binary 1001 10100000 1110 1011110 0 1011011 100101 1111010 1011001 100001

Color Harmonies of #09A00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A00E

Black with #09A00E

Text Example


Text Example

White with #09A00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09A00E; }

 p { color: rgb(9,160,14); }

 H1.HeaderClassName
 {
   color: #09A00E;
 }
 .AnyTagClassName
 {
   color: #09A00E;
 }
</style>

background-color css

<style>
 a { background-color: #09A00E; }

 a { background-color: rgb(9,160,14); }

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

border-color css

<style>
 span { border-color: #09A00E; }

 span { border-color: rgb(9,160,14); }

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