Html Css Color HEX #0AB702 Islamic Green

📋 copy color: '#0AB702'

red 10 ◦ green 183 ◦ blue 2

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

Shades of Islamic Green #0AB702

Tints of Islamic Green #0AB702

RGB

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

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

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

R = 5.13%
G = 93.85%
B = 1.03%

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

#0AB702 (or 0x0AB702) is known color: Islamic Green. HEX triplet: 0A, B7 and 02. RGB value is (10,183,2). Sum of RGB (Red+Green+Blue) = 10+183+2=195 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.13% from 195); Green value is 183 (71.88% from 255 or 93.85% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 183 - color contains mainly: green. Hex color #0AB702 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AB702 is #F548FD. Grayscale: #6F6F6F. Windows color (decimal): -16075006 or 177930. OLE color: 177930.

HSL color Cylindrical-coordinate representation of color #0AB702: hue angle of 117.35º 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 #0AB702 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 10 183 2 -
CMYK 0.95 0 0.99 0.28
HSL 117.35º 0.98% 0.36% -
HSV(B) 117.35º 0.99% 0.72% -
XYZ 17.07 33.94 5.71 -
YUV 110.64 66.69 56.22 -
System Red Green Blue C M Y K H S L
Decimal 10 183 2 0.95 0 0.99 0.28 117.35 0.98 0.36
Hex A B7 2 5F 0 63 1C 75 62 24
Octal 12 267 2 137 0 143 34 165 142 44
Binary 1010 10110111 10 1011111 0 1100011 11100 1110101 1100010 100100

Color Harmonies of #0AB702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB702

Black with #0AB702

Text Example


Text Example

White with #0AB702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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