#1ACB3E

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

Shades of Dark Pastel Green #1ACB3E

Tints of Dark Pastel Green #1ACB3E

Color information

#1ACB3E (or 0x1ACB3E) is unknown color: approx Dark Pastel Green. HEX triplet: 1A, CB and 3E. RGB value is (26,203,62). Sum of RGB (Red+Green+Blue) = 26+203+62=291 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.93% from 291); Green value is 203 (79.69% from 255 or 69.76% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 203 - color contains mainly: green. Hex color #1ACB3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACB3E is #E534C1. Grayscale: #868686. Windows color (decimal): -15021250 or 4115226. OLE color: 4115226.

HSL color Cylindrical-coordinate representation of color #1ACB3E: hue angle of 132.2º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACB3E is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB2620362-
CMYK0.8700.690.20
HSL132.2º77.29%44.9%-
HSV(B)132.2º87.19%79.61%-
XYZ22.6543.2811.72-
YUV13487.3650.96-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.93%
GREEN value IS 203 (79.69% from 255) = 69.76%
BLUE value IS 62 (24.61% from 255) = 21.31%
R=8.93%
G=69.76%
B=21.31%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal26203620.8700.690.20132.277.2944.9
Hex1ACB3E5704514844d2d
Octal323137612701052420411555
Binary110101100101111111010101110100010110100100001001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ACB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,203,62); }

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

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

 a { background-color: rgb(26,203,62); }

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

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

 span { border-color: rgb(26,203,62); }

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