#0ABB02

Color #0ABB02 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #0ABB02

Tints of Islamic Green #0ABB02

Color information

#0ABB02 (or 0x0ABB02) is unknown color: approx Islamic Green. HEX triplet: 0A, BB and 02. RGB value is (10,187,2). Sum of RGB (Red+Green+Blue) = 10+187+2=199 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.03% from 199); Green value is 187 (73.44% from 255 or 93.97% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABB02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ABB02 is #F544FD. Grayscale: #717171. Windows color (decimal): -16073982 or 178954. OLE color: 178954.

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

Color convert

RGB101872-
CMYK0.9500.990.27
HSL117.41º97.88%37.06%-
HSV(B)117.41º98.93%73.33%-
XYZ17.9135.615.99-
YUV112.9965.3654.54-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.03%
GREEN value IS 187 (73.44% from 255) = 93.97%
BLUE value IS 2 (1.17% from 255) = 1.01%
R=5.03%
G=93.97%
B=1.01%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1018720.9500.990.27117.4197.8837.06
HexABB25F0631B756225
Octal12273213701433316514245
Binary101010111011101011111011000111101111101011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABB02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0ABB02;
 }
 .AnyTagClassName
 {
   color: #0ABB02;
 }
</style>
background-color css

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

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

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

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

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

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