#188A70

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

Shades of Elf Green #188A70

Tints of Elf Green #188A70

Color information

#188A70 (or 0x188A70) is unknown color: approx Elf Green. HEX triplet: 18, 8A and 70. RGB value is (24,138,112). Sum of RGB (Red+Green+Blue) = 24+138+112=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 138 (54.30% from 255 or 50.36% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 138 - color contains mainly: green. Hex color #188A70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188A70 is #E7758F. Grayscale: #646464. Windows color (decimal): -15168912 or 7375384. OLE color: 7375384.

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

Color convert

RGB24138112-
CMYK0.8300.190.46
HSL166.32º70.37%31.76%-
HSV(B)166.32º82.61%54.12%-
XYZ12.3919.5418.45-
YUV100.95134.2373.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.76%
GREEN value IS 138 (54.30% from 255) = 50.36%
BLUE value IS 112 (44.14% from 255) = 40.88%
R=8.76%
G=50.36%
B=40.88%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal241381120.8300.190.46166.3270.3731.76
Hex188A70530132Ea64620
Octal302121601230235624610640
Binary110001000101011100001010011010011101110101001101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188A70; }

 p { color: rgb(24,138,112); }

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

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

 a { background-color: rgb(24,138,112); }

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

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

 span { border-color: rgb(24,138,112); }

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