#1AC03D

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

Shades of Dark Pastel Green #1AC03D

Tints of Dark Pastel Green #1AC03D

Color information

#1AC03D (or 0x1AC03D) is unknown color: approx Dark Pastel Green. HEX triplet: 1A, C0 and 3D. RGB value is (26,192,61). Sum of RGB (Red+Green+Blue) = 26+192+61=279 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.32% from 279); Green value is 192 (75.39% from 255 or 68.82% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 192 - color contains mainly: green. Hex color #1AC03D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC03D is #E53FC2. Grayscale: #7F7F7F. Windows color (decimal): -15024067 or 4046874. OLE color: 4046874.

HSL color Cylindrical-coordinate representation of color #1AC03D: hue angle of 132.65º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AC03D is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB2619261-
CMYK0.8600.680.25
HSL132.65º76.15%42.75%-
HSV(B)132.65º86.46%75.29%-
XYZ20.1238.2610.74-
YUV127.4390.555.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.32%
GREEN value IS 192 (75.39% from 255) = 68.82%
BLUE value IS 61 (24.22% from 255) = 21.86%
R=9.32%
G=68.82%
B=21.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal26192610.8600.680.25132.6576.1542.75
Hex1AC03D5604419854c2b
Octal323007512601043120511453
Binary110101100000011110110101100100010011001100001011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,192,61); }

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

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

 a { background-color: rgb(26,192,61); }

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

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

 span { border-color: rgb(26,192,61); }

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