#0ABE10

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

Shades of Islamic Green #0ABE10

Tints of Islamic Green #0ABE10

Color information

#0ABE10 (or 0x0ABE10) is unknown color: approx Islamic Green. HEX triplet: 0A, BE and 10. RGB value is (10,190,16). Sum of RGB (Red+Green+Blue) = 10+190+16=216 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.63% from 216); Green value is 190 (74.61% from 255 or 87.96% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABE10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ABE10 is #F541EF. Grayscale: #747474. Windows color (decimal): -16073200 or 1097226. OLE color: 1097226.

HSL color Cylindrical-coordinate representation of color #0ABE10: hue angle of 122º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABE10 is Cyan = 0.95, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB1019016-
CMYK0.9500.920.25
HSL122º90%39.22%-
HSV(B)122º94.74%74.51%-
XYZ18.6336.936.64-
YUV116.3471.3752.15-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.63%
GREEN value IS 190 (74.61% from 255) = 87.96%
BLUE value IS 16 (6.64% from 255) = 7.41%
R=4.63%
G=87.96%
B=7.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10190160.9500.920.251229039.22
HexABE105F05C197a5a27
Octal122762013701343117213247
Binary101010111110100001011111010111001100111110101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABE10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,190,16); }

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

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

 a { background-color: rgb(10,190,16); }

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

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

 span { border-color: rgb(10,190,16); }

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