Html Css Color HEX #188970 Elf Green

📋 copy color: '#188970'

red 24 ◦ green 137 ◦ blue 112

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

Shades of Elf Green #188970

Tints of Elf Green #188970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 50.18%

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

R = 8.79%
G = 50.18%
B = 41.03%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#188970 (or 0x188970) is known color: Elf Green. HEX triplet: 18, 89 and 70. RGB value is (24,137,112). Sum of RGB (Red+Green+Blue) = 24+137+112=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 137 (53.91% from 255 or 50.18% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 137 - color contains mainly: green. Hex color #188970 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188970 is #E7768F. Grayscale: #646464. Windows color (decimal): -15169168 or 7375128. OLE color: 7375128.

HSL color Cylindrical-coordinate representation of color #188970: hue angle of 166.73º 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 #188970 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 24 137 112 -
CMYK 0.82 0 0.18 0.46
HSL 166.73º 0.7% 0.32% -
HSV(B) 166.73º 0.82% 0.54% -
XYZ 12.25 19.26 18.4 -
YUV 100.36 134.56 73.53 -
System Red Green Blue C M Y K H S L
Decimal 24 137 112 0.82 0 0.18 0.46 166.73 0.7 0.32
Hex 18 89 70 52 0 12 2E A7 46 20
Octal 30 211 160 122 0 22 56 247 106 40
Binary 11000 10001001 1110000 1010010 0 10010 101110 10100111 1000110 100000

Color Harmonies of #188970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188970

Black with #188970

Text Example


Text Example

White with #188970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188970; }

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

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

background-color css

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

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

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

border-color css

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

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

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