#0ABA06

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

Shades of Islamic Green #0ABA06

Tints of Islamic Green #0ABA06

Color information

#0ABA06 (or 0x0ABA06) is unknown color: approx Islamic Green. HEX triplet: 0A, BA and 06. RGB value is (10,186,6). Sum of RGB (Red+Green+Blue) = 10+186+6=202 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.95% from 202); Green value is 186 (73.05% from 255 or 92.08% from 202); Blue value is 6 (2.73% from 255 or 2.97% from 202); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABA06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ABA06 is #F545F9. Grayscale: #717171. Windows color (decimal): -16074234 or 440842. OLE color: 440842.

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

Color convert

RGB101866-
CMYK0.9500.970.27
HSL118.67º93.75%37.65%-
HSV(B)118.67º96.77%72.94%-
XYZ17.7235.26.03-
YUV112.8667.6954.64-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.95%
GREEN value IS 186 (73.05% from 255) = 92.08%
BLUE value IS 6 (2.73% from 255) = 2.97%
R=4.95%
G=92.08%
B=2.97%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1018660.9500.970.27118.6793.7537.65
HexABA65F0611B775e26
Octal12272613701413316713646
Binary1010101110101101011111011000011101111101111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABA06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,186,6); }

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

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

 a { background-color: rgb(10,186,6); }

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

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

 span { border-color: rgb(10,186,6); }

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