Html Css Color HEX #188D70 Elf Green

📋 copy color: '#188D70'

red 24 ◦ green 141 ◦ blue 112

#188D70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #188D70

Tints of Elf Green #188D70

RGB

 RED value IS 24 (9.77% from 255) = 8.66%

 GREEN value IS 141 (55.47% from 255) = 50.9%

 BLUE value IS 112 (44.14% from 255) = 40.43%

R = 8.66%
G = 50.9%
B = 40.43%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#188D70 (or 0x188D70) is known color: Elf Green. HEX triplet: 18, 8D and 70. RGB value is (24,141,112). Sum of RGB (Red+Green+Blue) = 24+141+112=277 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.66% from 277); Green value is 141 (55.47% from 255 or 50.90% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 141 - color contains mainly: green. Hex color #188D70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188D70 is #E7728F. Grayscale: #666666. Windows color (decimal): -15168144 or 7376152. OLE color: 7376152.

HSL color Cylindrical-coordinate representation of color #188D70: hue angle of 165.13º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188D70 is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 24 141 112 -
CMYK 0.83 0 0.21 0.45
HSL 165.13º 0.71% 0.32% -
HSV(B) 165.13º 0.83% 0.55% -
XYZ 12.83 20.41 18.59 -
YUV 102.71 133.24 71.86 -
System Red Green Blue C M Y K H S L
Decimal 24 141 112 0.83 0 0.21 0.45 165.13 0.71 0.32
Hex 18 8D 70 53 0 15 2D A5 47 20
Octal 30 215 160 123 0 25 55 245 107 40
Binary 11000 10001101 1110000 1010011 0 10101 101101 10100101 1000111 100000

Color Harmonies of #188D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188D70

Black with #188D70

Text Example


Text Example

White with #188D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #188D70;
 }
 .AnyTagClassName
 {
   color: #188D70;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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