#189480

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

Shades of Elf Green #189480

Tints of Elf Green #189480

Color information

#189480 (or 0x189480) is unknown color: approx Elf Green. HEX triplet: 18, 94 and 80. RGB value is (24,148,128). Sum of RGB (Red+Green+Blue) = 24+148+128=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #189480 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189480 is #E76B7F. Grayscale: #6C6C6C. Windows color (decimal): -15166336 or 8426520. OLE color: 8426520.

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

Color convert

RGB24148128-
CMYK0.8400.140.42
HSL170.32º72.09%33.73%-
HSV(B)170.32º83.78%58.04%-
XYZ14.8622.9324.07-
YUV108.64138.9267.63-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8%
GREEN value IS 148 (58.20% from 255) = 49.33%
BLUE value IS 128 (50.39% from 255) = 42.67%
R=8%
G=49.33%
B=42.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal241481280.8400.140.42170.3272.0933.73
Hex189480540E2Aaa4822
Octal302242001240165225211042
Binary110001001010010000000101010001110101010101010101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #189480; }

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

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

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

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

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

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

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

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