#1AB03F

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

Shades of Dark Pastel Green #1AB03F

Tints of Dark Pastel Green #1AB03F

Color information

#1AB03F (or 0x1AB03F) is unknown color: approx Dark Pastel Green. HEX triplet: 1A, B0 and 3F. RGB value is (26,176,63). Sum of RGB (Red+Green+Blue) = 26+176+63=265 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.81% from 265); Green value is 176 (69.14% from 255 or 66.42% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 176 - color contains mainly: green. Hex color #1AB03F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AB03F is #E54FC0. Grayscale: #767676. Windows color (decimal): -15028161 or 4173850. OLE color: 4173850.

HSL color Cylindrical-coordinate representation of color #1AB03F: hue angle of 134.8º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB03F is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB2617663-
CMYK0.8500.640.31
HSL134.8º74.26%39.61%-
HSV(B)134.8º85.23%69.02%-
XYZ16.8531.639.92-
YUV118.2796.862.19-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.81%
GREEN value IS 176 (69.14% from 255) = 66.42%
BLUE value IS 63 (25% from 255) = 23.77%
R=9.81%
G=66.42%
B=23.77%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal26176630.8500.640.31134.874.2639.61
Hex1AB03F550401F874a28
Octal322607712501003720711250
Binary110101011000011111110101010100000011111100001111001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1AB03F; }

 p { color: rgb(26,176,63); }

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

<style>
 a { background-color: #1AB03F; }

 a { background-color: rgb(26,176,63); }

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

<style>
 span { border-color: #1AB03F; }

 span { border-color: rgb(26,176,63); }

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