#189482

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

Shades of Elf Green #189482

Tints of Elf Green #189482

Color information

#189482 (or 0x189482) is unknown color: approx Elf Green. HEX triplet: 18, 94 and 82. RGB value is (24,148,130). Sum of RGB (Red+Green+Blue) = 24+148+130=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #189482 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189482 is #E76B7D. Grayscale: #6C6C6C. Windows color (decimal): -15166334 or 8557592. OLE color: 8557592.

HSL color Cylindrical-coordinate representation of color #189482: hue angle of 171.29º 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 #189482 is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB24148130-
CMYK0.8400.120.42
HSL171.29º72.09%33.73%-
HSV(B)171.29º83.78%58.04%-
XYZ1522.9924.77-
YUV108.87139.9267.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.95%
GREEN value IS 148 (58.20% from 255) = 49.01%
BLUE value IS 130 (51.17% from 255) = 43.05%
R=7.95%
G=49.01%
B=43.05%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal241481300.8400.120.42171.2972.0933.73
Hex189482540C2Aab4822
Octal302242021240145225311042
Binary110001001010010000010101010001100101010101010111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #189482; }

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

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

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

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

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

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

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

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