#209480

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

Shades of Elf Green #209480

Tints of Elf Green #209480

Color information

#209480 (or 0x209480) is unknown color: approx Elf Green. HEX triplet: 20, 94 and 80. RGB value is (32,148,128). Sum of RGB (Red+Green+Blue) = 32+148+128=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 148 - color contains mainly: green. Hex color #209480 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209480 is #DF6B7F. Grayscale: #6E6E6E. Windows color (decimal): -14642048 or 8426528. OLE color: 8426528.

HSL color Cylindrical-coordinate representation of color #209480: hue angle of 169.66º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #209480 is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB32148128-
CMYK0.7800.140.42
HSL169.66º64.44%35.29%-
HSV(B)169.66º78.38%58.04%-
XYZ15.0823.0524.08-
YUV111.04137.5771.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.39%
GREEN value IS 148 (58.20% from 255) = 48.05%
BLUE value IS 128 (50.39% from 255) = 41.56%
R=10.39%
G=48.05%
B=41.56%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal321481280.7800.140.42169.6664.4435.29
Hex2094804E0E2Aaa4023
Octal402242001160165225210043
Binary1000001001010010000000100111001110101010101010101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #209480; }

 p { color: rgb(32,148,128); }

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

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

 a { background-color: rgb(32,148,128); }

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

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

 span { border-color: rgb(32,148,128); }

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