#0ABE43

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

Shades of Dark Pastel Green #0ABE43

Tints of Dark Pastel Green #0ABE43

Color information

#0ABE43 (or 0x0ABE43) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, BE and 43. RGB value is (10,190,67). Sum of RGB (Red+Green+Blue) = 10+190+67=267 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.75% from 267); Green value is 190 (74.61% from 255 or 71.16% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABE43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABE43 is #F541BC. Grayscale: #7A7A7A. Windows color (decimal): -16073149 or 4439562. OLE color: 4439562.

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

Color convert

RGB1019067-
CMYK0.9500.650.25
HSL139º90%39.22%-
HSV(B)139º94.74%74.51%-
XYZ19.5537.311.48-
YUV122.1696.8748-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.75%
GREEN value IS 190 (74.61% from 255) = 71.16%
BLUE value IS 67 (26.56% from 255) = 25.09%
R=3.75%
G=71.16%
B=25.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10190670.9500.650.251399039.22
HexABE435F041198b5a27
Octal1227610313701013121313247
Binary101010111110100001110111110100000111001100010111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABE43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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