#1AAF34

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

Shades of Dark Pastel Green #1AAF34

Tints of Dark Pastel Green #1AAF34

Color information

#1AAF34 (or 0x1AAF34) is unknown color: approx Dark Pastel Green. HEX triplet: 1A, AF and 34. RGB value is (26,175,52). Sum of RGB (Red+Green+Blue) = 26+175+52=253 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.28% from 253); Green value is 175 (68.75% from 255 or 69.17% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 175 - color contains mainly: green. Hex color #1AAF34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAF34 is #E550CB. Grayscale: #747474. Windows color (decimal): -15028428 or 3452698. OLE color: 3452698.

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

Color convert

RGB2617552-
CMYK0.8500.700.31
HSL130.47º74.13%39.41%-
HSV(B)130.47º85.14%68.63%-
XYZ16.3831.138.39-
YUV116.4391.6463.5-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.28%
GREEN value IS 175 (68.75% from 255) = 69.17%
BLUE value IS 52 (20.70% from 255) = 20.55%
R=10.28%
G=69.17%
B=20.55%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal26175520.8500.700.31130.4774.1339.41
Hex1AAF34550461F824a27
Octal322576412501063720211247
Binary110101010111111010010101010100011011111100000101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,175,52); }

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

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

 a { background-color: rgb(26,175,52); }

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

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

 span { border-color: rgb(26,175,52); }

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