Html Css Color HEX #0A9408 Islamic Green

📋 copy color: '#0A9408'

red 10 ◦ green 148 ◦ blue 8

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

Shades of Islamic Green #0A9408

Tints of Islamic Green #0A9408

RGB

 RED value IS 10 (4.3% from 255) = 6.02%

 GREEN value IS 148 (58.2% from 255) = 89.16%

 BLUE value IS 8 (3.52% from 255) = 4.82%

R = 6.02%
G = 89.16%
B = 4.82%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#0A9408 (or 0x0A9408) is known color: Islamic Green. HEX triplet: 0A, 94 and 08. RGB value is (10,148,8). Sum of RGB (Red+Green+Blue) = 10+148+8=166 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.02% from 166); Green value is 148 (58.20% from 255 or 89.16% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 148 - color contains mainly: green. Hex color #0A9408 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A9408 is #F56BF7. Grayscale: #5B5B5B. Windows color (decimal): -16083960 or 562186. OLE color: 562186.

HSL color Cylindrical-coordinate representation of color #0A9408: hue angle of 119.14º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A9408 is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 10 148 8 -
CMYK 0.93 0 0.95 0.42
HSL 119.14º 0.9% 0.31% -
HSV(B) 119.14º 0.95% 0.58% -
XYZ 10.76 21.26 3.77 -
YUV 90.78 81.28 70.38 -
System Red Green Blue C M Y K H S L
Decimal 10 148 8 0.93 0 0.95 0.42 119.14 0.9 0.31
Hex A 94 8 5D 0 5F 2A 77 5A 1F
Octal 12 224 10 135 0 137 52 167 132 37
Binary 1010 10010100 1000 1011101 0 1011111 101010 1110111 1011010 11111

Color Harmonies of #0A9408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9408

Black with #0A9408

Text Example


Text Example

White with #0A9408

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,148,8); }

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

background-color css

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

 a { background-color: rgb(10,148,8); }

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

border-color css

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

 span { border-color: rgb(10,148,8); }

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