#1AC14C

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

Shades of Dark Pastel Green #1AC14C

Tints of Dark Pastel Green #1AC14C

Color information

#1AC14C (or 0x1AC14C) is unknown color: approx Dark Pastel Green. HEX triplet: 1A, C1 and 4C. RGB value is (26,193,76). Sum of RGB (Red+Green+Blue) = 26+193+76=295 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.81% from 295); Green value is 193 (75.78% from 255 or 65.42% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 193 - color contains mainly: green. Hex color #1AC14C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC14C is #E53EB3. Grayscale: #828282. Windows color (decimal): -15023796 or 5030170. OLE color: 5030170.

HSL color Cylindrical-coordinate representation of color #1AC14C: hue angle of 137.96º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC14C is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB2619376-
CMYK0.8700.610.24
HSL137.96º76.26%42.94%-
HSV(B)137.96º86.53%75.69%-
XYZ20.838.8813.25-
YUV129.7397.6754.01-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.81%
GREEN value IS 193 (75.78% from 255) = 65.42%
BLUE value IS 76 (30.08% from 255) = 25.76%
R=8.81%
G=65.42%
B=25.76%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal26193760.8700.610.24137.9676.2642.94
Hex1AC14C5703D188a4c2b
Octal323011141270753021211453
Binary110101100000110011001010111011110111000100010101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,193,76); }

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

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

 a { background-color: rgb(26,193,76); }

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

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

 span { border-color: rgb(26,193,76); }

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