#189465

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

Shades of Elf Green #189465

Tints of Elf Green #189465

Color information

#189465 (or 0x189465) is unknown color: approx Elf Green. HEX triplet: 18, 94 and 65. RGB value is (24,148,101). Sum of RGB (Red+Green+Blue) = 24+148+101=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #189465 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #189465 is #E76B9A. Grayscale: #696969. Windows color (decimal): -15166363 or 6657048. OLE color: 6657048.

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

Color convert

RGB24148101-
CMYK0.8400.320.42
HSL157.26º72.09%33.73%-
HSV(B)157.26º83.78%58.04%-
XYZ13.3222.3115.92-
YUV105.57125.4269.82-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.79%
GREEN value IS 148 (58.20% from 255) = 54.21%
BLUE value IS 101 (39.84% from 255) = 37.00%
R=8.79%
G=54.21%
B=37.00%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal241481010.8400.320.42157.2672.0933.73
Hex189465540202A9d4822
Octal302241451240405223511042
Binary1100010010100110010110101000100000101010100111011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #189465; }

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

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

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

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

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

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

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

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