#1AB13E

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

Shades of Dark Pastel Green #1AB13E

Tints of Dark Pastel Green #1AB13E

Color information

#1AB13E (or 0x1AB13E) is unknown color: approx Dark Pastel Green. HEX triplet: 1A, B1 and 3E. RGB value is (26,177,62). Sum of RGB (Red+Green+Blue) = 26+177+62=265 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.81% from 265); Green value is 177 (69.53% from 255 or 66.79% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 177 - color contains mainly: green. Hex color #1AB13E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AB13E is #E54EC1. Grayscale: #777777. Windows color (decimal): -15027906 or 4108570. OLE color: 4108570.

HSL color Cylindrical-coordinate representation of color #1AB13E: hue angle of 134.3º 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 #1AB13E is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB2617762-
CMYK0.8500.650.31
HSL134.3º74.38%39.8%-
HSV(B)134.3º85.31%69.41%-
XYZ17.0232.019.84-
YUV118.7495.9761.85-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.81%
GREEN value IS 177 (69.53% from 255) = 66.79%
BLUE value IS 62 (24.61% from 255) = 23.40%
R=9.81%
G=66.79%
B=23.40%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal26177620.8500.650.31134.374.3839.8
Hex1AB13E550411F864a28
Octal322617612501013720611250
Binary110101011000111111010101010100000111111100001101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,177,62); }

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

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

 a { background-color: rgb(26,177,62); }

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

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

 span { border-color: rgb(26,177,62); }

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