#0ABC45

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

Shades of Dark Pastel Green #0ABC45

Tints of Dark Pastel Green #0ABC45

Color information

#0ABC45 (or 0x0ABC45) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, BC and 45. RGB value is (10,188,69). Sum of RGB (Red+Green+Blue) = 10+188+69=267 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.75% from 267); Green value is 188 (73.83% from 255 or 70.41% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABC45 is #F543BA. Grayscale: #797979. Windows color (decimal): -16073659 or 4570122. OLE color: 4570122.

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

Color convert

RGB1018869-
CMYK0.9500.630.26
HSL139.89º89.9%38.82%-
HSV(B)139.89º94.68%73.73%-
XYZ19.1836.4611.66-
YUV121.2198.5348.68-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.75%
GREEN value IS 188 (73.83% from 255) = 70.41%
BLUE value IS 69 (27.34% from 255) = 25.84%
R=3.75%
G=70.41%
B=25.84%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal10188690.9500.630.26139.8989.938.82
HexABC455F03F1A8c5a27
Octal122741051370773221413247
Binary10101011110010001011011111011111111010100011001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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