Html Css Color HEX #0A8E15 Islamic Green

📋 copy color: '#0A8E15'

red 10 ◦ green 142 ◦ blue 21

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

Shades of Islamic Green #0A8E15

Tints of Islamic Green #0A8E15

RGB

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

 GREEN value IS 142 (55.86% from 255) = 82.08%

 BLUE value IS 21 (8.59% from 255) = 12.14%

R = 5.78%
G = 82.08%
B = 12.14%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#0A8E15 (or 0x0A8E15) is known color: Islamic Green. HEX triplet: 0A, 8E and 15. RGB value is (10,142,21). Sum of RGB (Red+Green+Blue) = 10+142+21=173 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.78% from 173); Green value is 142 (55.86% from 255 or 82.08% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 142 - color contains mainly: green. Hex color #0A8E15 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8E15 is #F571EA. Grayscale: #595959. Windows color (decimal): -16085483 or 1412618. OLE color: 1412618.

HSL color Cylindrical-coordinate representation of color #0A8E15: hue angle of 125º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8E15 is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 10 142 21 -
CMYK 0.93 0 0.85 0.44
HSL 125º 0.87% 0.3% -
HSV(B) 125º 0.93% 0.56% -
XYZ 9.93 19.46 3.94 -
YUV 88.74 89.77 71.84 -
System Red Green Blue C M Y K H S L
Decimal 10 142 21 0.93 0 0.85 0.44 125 0.87 0.3
Hex A 8E 15 5D 0 55 2C 7D 57 1E
Octal 12 216 25 135 0 125 54 175 127 36
Binary 1010 10001110 10101 1011101 0 1010101 101100 1111101 1010111 11110

Color Harmonies of #0A8E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8E15

Black with #0A8E15

Text Example


Text Example

White with #0A8E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,142,21); }

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

background-color css

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

 a { background-color: rgb(10,142,21); }

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

border-color css

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

 span { border-color: rgb(10,142,21); }

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