#0ABF2B

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

Shades of Dark Pastel Green #0ABF2B

Tints of Dark Pastel Green #0ABF2B

Color information

#0ABF2B (or 0x0ABF2B) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, BF and 2B. RGB value is (10,191,43). Sum of RGB (Red+Green+Blue) = 10+191+43=244 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.10% from 244); Green value is 191 (75% from 255 or 78.28% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABF2B is #F540D4. Grayscale: #787878. Windows color (decimal): -16072917 or 2866954. OLE color: 2866954.

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

Color convert

RGB1019143-
CMYK0.9500.770.25
HSL130.94º90.05%39.41%-
HSV(B)130.94º94.76%74.9%-
XYZ19.1937.58.51-
YUV120.0184.5349.53-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.10%
GREEN value IS 191 (75% from 255) = 78.28%
BLUE value IS 43 (17.19% from 255) = 17.62%
R=4.10%
G=78.28%
B=17.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10191430.9500.770.25130.9490.0539.41
HexABF2B5F04D19835a27
Octal122775313701153120313247
Binary10101011111110101110111110100110111001100000111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABF2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,191,43); }

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

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

 a { background-color: rgb(10,191,43); }

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

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

 span { border-color: rgb(10,191,43); }

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