#0ABF45

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

Shades of Dark Pastel Green #0ABF45

Tints of Dark Pastel Green #0ABF45

Color information

#0ABF45 (or 0x0ABF45) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, BF and 45. RGB value is (10,191,69). Sum of RGB (Red+Green+Blue) = 10+191+69=270 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.70% from 270); Green value is 191 (75% from 255 or 70.74% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABF45 is #F540BA. Grayscale: #7B7B7B. Windows color (decimal): -16072891 or 4570890. OLE color: 4570890.

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

Color convert

RGB1019169-
CMYK0.9500.640.25
HSL139.56º90.05%39.41%-
HSV(B)139.56º94.76%74.9%-
XYZ19.8337.7611.87-
YUV122.9797.5347.42-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.70%
GREEN value IS 191 (75% from 255) = 70.74%
BLUE value IS 69 (27.34% from 255) = 25.56%
R=3.70%
G=70.74%
B=25.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10191690.9500.640.25139.5690.0539.41
HexABF455F040198c5a27
Octal1227710513701003121413247
Binary101010111111100010110111110100000011001100011001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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