#188975

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

Shades of Elf Green #188975

Tints of Elf Green #188975

Color information

#188975 (or 0x188975) is unknown color: approx Elf Green. HEX triplet: 18, 89 and 75. RGB value is (24,137,117). Sum of RGB (Red+Green+Blue) = 24+137+117=278 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.63% from 278); Green value is 137 (53.91% from 255 or 49.28% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 137 - color contains mainly: green. Hex color #188975 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188975 is #E7768A. Grayscale: #646464. Windows color (decimal): -15169163 or 7702808. OLE color: 7702808.

HSL color Cylindrical-coordinate representation of color #188975: hue angle of 169.38º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188975 is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB24137117-
CMYK0.8200.150.46
HSL169.38º70.19%31.57%-
HSV(B)169.38º82.48%53.73%-
XYZ12.5319.3719.91-
YUV100.93137.0673.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.63%
GREEN value IS 137 (53.91% from 255) = 49.28%
BLUE value IS 117 (46.09% from 255) = 42.09%
R=8.63%
G=49.28%
B=42.09%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal241371170.8200.150.46169.3870.1931.57
Hex188975520F2Ea94620
Octal302111651220175625110640
Binary11000100010011110101101001001111101110101010011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188975; }

 p { color: rgb(24,137,117); }

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

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

 a { background-color: rgb(24,137,117); }

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

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

 span { border-color: rgb(24,137,117); }

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