#1A955D

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

Shades of Elf Green #1A955D

Tints of Elf Green #1A955D

Color information

#1A955D (or 0x1A955D) is unknown color: approx Elf Green. HEX triplet: 1A, 95 and 5D. RGB value is (26,149,93). Sum of RGB (Red+Green+Blue) = 26+149+93=268 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.70% from 268); Green value is 149 (58.59% from 255 or 55.60% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 149 - color contains mainly: green. Hex color #1A955D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A955D is #E56AA2. Grayscale: #696969. Windows color (decimal): -15035043 or 6133018. OLE color: 6133018.

HSL color Cylindrical-coordinate representation of color #1A955D: hue angle of 152.68º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A955D is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB2614993-
CMYK0.8300.380.42
HSL152.68º70.29%34.31%-
HSV(B)152.68º82.55%58.43%-
XYZ13.1522.514.01-
YUV105.84120.7571.05-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.70%
GREEN value IS 149 (58.59% from 255) = 55.60%
BLUE value IS 93 (36.72% from 255) = 34.70%
R=9.70%
G=55.60%
B=34.70%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26149930.8300.380.42152.6870.2934.31
Hex1A955D530262A994622
Octal322251351230465223110642
Binary1101010010101101110110100110100110101010100110011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A955D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,149,93); }

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

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

 a { background-color: rgb(26,149,93); }

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

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

 span { border-color: rgb(26,149,93); }

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