#0ABE2A

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

Shades of Dark Pastel Green #0ABE2A

Tints of Dark Pastel Green #0ABE2A

Color information

#0ABE2A (or 0x0ABE2A) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, BE and 2A. RGB value is (10,190,42). Sum of RGB (Red+Green+Blue) = 10+190+42=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 190 (74.61% from 255 or 78.51% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABE2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABE2A is #F541D5. Grayscale: #777777. Windows color (decimal): -16073174 or 2801162. OLE color: 2801162.

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

Color convert

RGB1019042-
CMYK0.9500.780.25
HSL130.67º90%39.22%-
HSV(B)130.67º94.74%74.51%-
XYZ18.9637.068.34-
YUV119.3184.3750.03-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.13%
GREEN value IS 190 (74.61% from 255) = 78.51%
BLUE value IS 42 (16.80% from 255) = 17.36%
R=4.13%
G=78.51%
B=17.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10190420.9500.780.25130.679039.22
HexABE2A5F04E19835a27
Octal122765213701163120313247
Binary10101011111010101010111110100111011001100000111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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