#1AA23A

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

Shades of Dark Pastel Green #1AA23A

Tints of Dark Pastel Green #1AA23A

Color information

#1AA23A (or 0x1AA23A) is unknown color: approx Dark Pastel Green. HEX triplet: 1A, A2 and 3A. RGB value is (26,162,58). Sum of RGB (Red+Green+Blue) = 26+162+58=246 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.57% from 246); Green value is 162 (63.67% from 255 or 65.85% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 162 - color contains mainly: green. Hex color #1AA23A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA23A is #E55DC5. Grayscale: #6D6D6D. Windows color (decimal): -15031750 or 3842586. OLE color: 3842586.

HSL color Cylindrical-coordinate representation of color #1AA23A: hue angle of 134.12º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA23A is Cyan = 0.84, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB2616258-
CMYK0.8400.640.36
HSL134.12º72.34%36.86%-
HSV(B)134.12º83.95%63.53%-
XYZ14.1126.378.35-
YUV109.4898.9468.46-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.57%
GREEN value IS 162 (63.67% from 255) = 65.85%
BLUE value IS 58 (23.05% from 255) = 23.58%
R=10.57%
G=65.85%
B=23.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal26162580.8400.640.36134.1272.3436.86
Hex1AA23A5404024864825
Octal322427212401004420611045
Binary1101010100010111010101010001000000100100100001101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA23A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,162,58); }

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

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

 a { background-color: rgb(26,162,58); }

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

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

 span { border-color: rgb(26,162,58); }

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