#1AAF2A

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

Shades of Dark Pastel Green #1AAF2A

Tints of Dark Pastel Green #1AAF2A

Color information

#1AAF2A (or 0x1AAF2A) is unknown color: approx Dark Pastel Green. HEX triplet: 1A, AF and 2A. RGB value is (26,175,42). Sum of RGB (Red+Green+Blue) = 26+175+42=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 175 (68.75% from 255 or 72.02% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 175 - color contains mainly: green. Hex color #1AAF2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAF2A is #E550D5. Grayscale: #737373. Windows color (decimal): -15028438 or 2797338. OLE color: 2797338.

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

Color convert

RGB2617542-
CMYK0.8500.760.31
HSL126.44º74.13%39.41%-
HSV(B)126.44º85.14%68.63%-
XYZ16.1731.057.33-
YUV115.2986.6464.31-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.70%
GREEN value IS 175 (68.75% from 255) = 72.02%
BLUE value IS 42 (16.80% from 255) = 17.28%
R=10.70%
G=72.02%
B=17.28%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal26175420.8500.760.31126.4474.1339.41
Hex1AAF2A5504C1F7e4a27
Octal322575212501143717611247
Binary11010101011111010101010101010011001111111111101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAF2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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