Html Css Color HEX #0AB802 Islamic Green

📋 copy color: '#0AB802'

red 10 ◦ green 184 ◦ blue 2

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

Shades of Islamic Green #0AB802

Tints of Islamic Green #0AB802

RGB

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

 GREEN value IS 184 (72.27% from 255) = 93.88%

 BLUE value IS 2 (1.17% from 255) = 1.02%

R = 5.1%
G = 93.88%
B = 1.02%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#0AB802 (or 0x0AB802) is known color: Islamic Green. HEX triplet: 0A, B8 and 02. RGB value is (10,184,2). Sum of RGB (Red+Green+Blue) = 10+184+2=196 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.10% from 196); Green value is 184 (72.27% from 255 or 93.88% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 184 - color contains mainly: green. Hex color #0AB802 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AB802 is #F547FD. Grayscale: #6F6F6F. Windows color (decimal): -16074750 or 178186. OLE color: 178186.

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

Color convert

RGB 10 184 2 -
CMYK 0.95 0 0.99 0.28
HSL 117.36º 0.98% 0.36% -
HSV(B) 117.36º 0.99% 0.72% -
XYZ 17.28 34.35 5.78 -
YUV 111.23 66.35 55.8 -
System Red Green Blue C M Y K H S L
Decimal 10 184 2 0.95 0 0.99 0.28 117.36 0.98 0.36
Hex A B8 2 5F 0 63 1C 75 62 24
Octal 12 270 2 137 0 143 34 165 142 44
Binary 1010 10111000 10 1011111 0 1100011 11100 1110101 1100010 100100

Color Harmonies of #0AB802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB802

Black with #0AB802

Text Example


Text Example

White with #0AB802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,184,2); }

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

background-color css

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

 a { background-color: rgb(10,184,2); }

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

border-color css

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

 span { border-color: rgb(10,184,2); }

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