#249A6E

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

Shades of Elf Green #249A6E

Tints of Elf Green #249A6E

Color information

#249A6E (or 0x249A6E) is unknown color: approx Elf Green. HEX triplet: 24, 9A and 6E. RGB value is (36,154,110). Sum of RGB (Red+Green+Blue) = 36+154+110=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 154 (60.55% from 255 or 51.33% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 154 - color contains mainly: green. Hex color #249A6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249A6E is #DB6591. Grayscale: #717171. Windows color (decimal): -14378386 or 7248420. OLE color: 7248420.

HSL color Cylindrical-coordinate representation of color #249A6E: hue angle of 157.63º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249A6E is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB36154110-
CMYK0.7700.290.40
HSL157.63º62.11%37.25%-
HSV(B)157.63º76.62%60.39%-
XYZ15.124.6118.71-
YUV113.7125.9172.58-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12%
GREEN value IS 154 (60.55% from 255) = 51.33%
BLUE value IS 110 (43.36% from 255) = 36.67%
R=12%
G=51.33%
B=36.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal361541100.7700.290.40157.6362.1137.25
Hex249A6E4D01D289e3e25
Octal44232156115035502367645
Binary100100100110101101110100110101110110100010011110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249A6E; }

 p { color: rgb(36,154,110); }

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

<style>
 a { background-color: #249A6E; }

 a { background-color: rgb(36,154,110); }

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

<style>
 span { border-color: #249A6E; }

 span { border-color: rgb(36,154,110); }

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