#0ABB25

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

Shades of Dark Pastel Green #0ABB25

Tints of Dark Pastel Green #0ABB25

Color information

#0ABB25 (or 0x0ABB25) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, BB and 25. RGB value is (10,187,37). Sum of RGB (Red+Green+Blue) = 10+187+37=234 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.27% from 234); Green value is 187 (73.44% from 255 or 79.91% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABB25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABB25 is #F544DA. Grayscale: #757575. Windows color (decimal): -16073947 or 2472714. OLE color: 2472714.

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

Color convert

RGB1018737-
CMYK0.9500.800.27
HSL129.15º89.85%38.63%-
HSV(B)129.15º94.65%73.33%-
XYZ18.2335.747.69-
YUV116.9882.8651.7-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.27%
GREEN value IS 187 (73.44% from 255) = 79.91%
BLUE value IS 37 (14.84% from 255) = 15.81%
R=4.27%
G=79.91%
B=15.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10187370.9500.800.27129.1589.8538.63
HexABB255F0501B815a27
Octal122734513701203320113247
Binary10101011101110010110111110101000011011100000011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABB25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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