Html Css Color HEX #0AB913 Islamic Green

📋 copy color: '#0AB913'

red 10 ◦ green 185 ◦ blue 19

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

Shades of Islamic Green #0AB913

Tints of Islamic Green #0AB913

RGB

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

 GREEN value IS 185 (72.66% from 255) = 86.45%

 BLUE value IS 19 (7.81% from 255) = 8.88%

R = 4.67%
G = 86.45%
B = 8.88%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#0AB913 (or 0x0AB913) is known color: Islamic Green. HEX triplet: 0A, B9 and 13. RGB value is (10,185,19). Sum of RGB (Red+Green+Blue) = 10+185+19=214 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.67% from 214); Green value is 185 (72.66% from 255 or 86.45% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 185 - color contains mainly: green. Hex color #0AB913 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AB913 is #F546EC. Grayscale: #727272. Windows color (decimal): -16074477 or 1292554. OLE color: 1292554.

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

Color convert

RGB 10 185 19 -
CMYK 0.95 0 0.90 0.27
HSL 123.09º 0.9% 0.38% -
HSV(B) 123.09º 0.95% 0.73% -
XYZ 17.59 34.81 6.41 -
YUV 113.75 74.52 54 -
System Red Green Blue C M Y K H S L
Decimal 10 185 19 0.95 0 0.90 0.27 123.09 0.9 0.38
Hex A B9 13 5F 0 5A 1B 7B 5A 26
Octal 12 271 23 137 0 132 33 173 132 46
Binary 1010 10111001 10011 1011111 0 1011010 11011 1111011 1011010 100110

Color Harmonies of #0AB913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB913

Black with #0AB913

Text Example


Text Example

White with #0AB913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,185,19); }

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

background-color css

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

 a { background-color: rgb(10,185,19); }

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

border-color css

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

 span { border-color: rgb(10,185,19); }

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