#1AAC38

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

Shades of Dark Pastel Green #1AAC38

Tints of Dark Pastel Green #1AAC38

Color information

#1AAC38 (or 0x1AAC38) is unknown color: approx Dark Pastel Green. HEX triplet: 1A, AC and 38. RGB value is (26,172,56). Sum of RGB (Red+Green+Blue) = 26+172+56=254 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.24% from 254); Green value is 172 (67.58% from 255 or 67.72% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 172 - color contains mainly: green. Hex color #1AAC38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAC38 is #E553C7. Grayscale: #737373. Windows color (decimal): -15029192 or 3714074. OLE color: 3714074.

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

Color convert

RGB2617256-
CMYK0.8500.670.33
HSL132.33º73.74%38.82%-
HSV(B)132.33º84.88%67.45%-
XYZ15.8930.018.7-
YUV115.1294.6364.43-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.24%
GREEN value IS 172 (67.58% from 255) = 67.72%
BLUE value IS 56 (22.27% from 255) = 22.05%
R=10.24%
G=67.72%
B=22.05%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal26172560.8500.670.33132.3373.7438.82
Hex1AAC385504321844a27
Octal322547012501034120411247
Binary1101010101100111000101010101000011100001100001001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAC38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,172,56); }

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

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

 a { background-color: rgb(26,172,56); }

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

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

 span { border-color: rgb(26,172,56); }

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