Html Css Color HEX #0AB718 Islamic Green

📋 copy color: '#0AB718'

red 10 ◦ green 183 ◦ blue 24

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

Shades of Islamic Green #0AB718

Tints of Islamic Green #0AB718

RGB

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

 GREEN value IS 183 (71.88% from 255) = 84.33%

 BLUE value IS 24 (9.77% from 255) = 11.06%

R = 4.61%
G = 84.33%
B = 11.06%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#0AB718 (or 0x0AB718) is known color: Islamic Green. HEX triplet: 0A, B7 and 18. RGB value is (10,183,24). Sum of RGB (Red+Green+Blue) = 10+183+24=217 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.61% from 217); Green value is 183 (71.88% from 255 or 84.33% from 217); Blue value is 24 (9.77% from 255 or 11.06% from 217); Max value from RGB is 183 - color contains mainly: green. Hex color #0AB718 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AB718 is #F548E7. Grayscale: #717171. Windows color (decimal): -16074984 or 1619722. OLE color: 1619722.

HSL color Cylindrical-coordinate representation of color #0AB718: hue angle of 124.86º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB718 is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 10 183 24 -
CMYK 0.95 0 0.87 0.28
HSL 124.86º 0.9% 0.38% -
HSV(B) 124.86º 0.95% 0.72% -
XYZ 17.22 34 6.52 -
YUV 113.15 77.69 54.43 -
System Red Green Blue C M Y K H S L
Decimal 10 183 24 0.95 0 0.87 0.28 124.86 0.9 0.38
Hex A B7 18 5F 0 57 1C 7D 5A 26
Octal 12 267 30 137 0 127 34 175 132 46
Binary 1010 10110111 11000 1011111 0 1010111 11100 1111101 1011010 100110

Color Harmonies of #0AB718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB718

Black with #0AB718

Text Example


Text Example

White with #0AB718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,183,24); }

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

background-color css

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

 a { background-color: rgb(10,183,24); }

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

border-color css

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

 span { border-color: rgb(10,183,24); }

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