#1AB642

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

Shades of Dark Pastel Green #1AB642

Tints of Dark Pastel Green #1AB642

Color information

#1AB642 (or 0x1AB642) is unknown color: approx Dark Pastel Green. HEX triplet: 1A, B6 and 42. RGB value is (26,182,66). Sum of RGB (Red+Green+Blue) = 26+182+66=274 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.49% from 274); Green value is 182 (71.48% from 255 or 66.42% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 182 - color contains mainly: green. Hex color #1AB642 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB642 is #E549BD. Grayscale: #7A7A7A. Windows color (decimal): -15026622 or 4371994. OLE color: 4371994.

HSL color Cylindrical-coordinate representation of color #1AB642: hue angle of 135.38º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB642 is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB2618266-
CMYK0.8600.640.29
HSL135.38º75%40.78%-
HSV(B)135.38º85.71%71.37%-
XYZ18.1434.0710.77-
YUV122.1396.3259.43-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.49%
GREEN value IS 182 (71.48% from 255) = 66.42%
BLUE value IS 66 (26.17% from 255) = 24.09%
R=9.49%
G=66.42%
B=24.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal26182660.8600.640.29135.387540.78
Hex1AB642560401D874b29
Octal3226610212601003520711351
Binary1101010110110100001010101100100000011101100001111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,182,66); }

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

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

 a { background-color: rgb(26,182,66); }

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

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

 span { border-color: rgb(26,182,66); }

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