#188469

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

Shades of Elf Green #188469

Tints of Elf Green #188469

Color information

#188469 (or 0x188469) is unknown color: approx Elf Green. HEX triplet: 18, 84 and 69. RGB value is (24,132,105). Sum of RGB (Red+Green+Blue) = 24+132+105=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #188469 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188469 is #E77B96. Grayscale: #606060. Windows color (decimal): -15170455 or 6915096. OLE color: 6915096.

HSL color Cylindrical-coordinate representation of color #188469: hue angle of 165º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188469 is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB24132105-
CMYK0.8200.200.48
HSL165º69.23%30.59%-
HSV(B)165º81.82%51.76%-
XYZ11.1817.7216.2-
YUV96.63132.7276.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.20%
GREEN value IS 132 (51.95% from 255) = 50.57%
BLUE value IS 105 (41.41% from 255) = 40.23%
R=9.20%
G=50.57%
B=40.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal241321050.8200.200.4816569.2330.59
Hex1884695201430a5451f
Octal302041511220246024510537
Binary11000100001001101001101001001010011000010100101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188469; }

 p { color: rgb(24,132,105); }

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

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

 a { background-color: rgb(24,132,105); }

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

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

 span { border-color: rgb(24,132,105); }

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