#1AC445

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

Shades of Dark Pastel Green #1AC445

Tints of Dark Pastel Green #1AC445

Color information

#1AC445 (or 0x1AC445) is unknown color: approx Dark Pastel Green. HEX triplet: 1A, C4 and 45. RGB value is (26,196,69). Sum of RGB (Red+Green+Blue) = 26+196+69=291 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.93% from 291); Green value is 196 (76.95% from 255 or 67.35% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 196 - color contains mainly: green. Hex color #1AC445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC445 is #E53BBA. Grayscale: #838383. Windows color (decimal): -15023035 or 4572186. OLE color: 4572186.

HSL color Cylindrical-coordinate representation of color #1AC445: hue angle of 135.18º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC445 is Cyan = 0.87, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB2619669-
CMYK0.8700.650.23
HSL135.18º76.58%43.53%-
HSV(B)135.18º86.73%76.86%-
XYZ21.2440.1312.26-
YUV130.6993.1853.33-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.93%
GREEN value IS 196 (76.95% from 255) = 67.35%
BLUE value IS 69 (27.34% from 255) = 23.71%
R=8.93%
G=67.35%
B=23.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal26196690.8700.650.23135.1876.5843.53
Hex1AC4455704117874d2c
Octal3230410512701012720711554
Binary1101011000100100010110101110100000110111100001111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,196,69); }

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

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

 a { background-color: rgb(26,196,69); }

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

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

 span { border-color: rgb(26,196,69); }

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