Html Css Color HEX #199066 Elf Green

📋 copy color: '#199066'

red 25 ◦ green 144 ◦ blue 102

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

Shades of Elf Green #199066

Tints of Elf Green #199066

RGB

 RED value IS 25 (10.16% from 255) = 9.23%

 GREEN value IS 144 (56.64% from 255) = 53.14%

 BLUE value IS 102 (40.23% from 255) = 37.64%

R = 9.23%
G = 53.14%
B = 37.64%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#199066 (or 0x199066) is known color: Elf Green. HEX triplet: 19, 90 and 66. RGB value is (25,144,102). Sum of RGB (Red+Green+Blue) = 25+144+102=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 144 (56.64% from 255 or 53.14% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 144 - color contains mainly: green. Hex color #199066 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199066 is #E66F99. Grayscale: #676767. Windows color (decimal): -15101850 or 6721561. OLE color: 6721561.

HSL color Cylindrical-coordinate representation of color #199066: hue angle of 158.82º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199066 is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 144 102 -
CMYK 0.83 0 0.29 0.44
HSL 158.82º 0.7% 0.33% -
HSV(B) 158.82º 0.83% 0.56% -
XYZ 12.77 21.11 15.97 -
YUV 103.63 127.08 71.92 -
System Red Green Blue C M Y K H S L
Decimal 25 144 102 0.83 0 0.29 0.44 158.82 0.7 0.33
Hex 19 90 66 53 0 1D 2C 9F 46 21
Octal 31 220 146 123 0 35 54 237 106 41
Binary 11001 10010000 1100110 1010011 0 11101 101100 10011111 1000110 100001

Color Harmonies of #199066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199066

Black with #199066

Text Example


Text Example

White with #199066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199066; }

 p { color: rgb(25,144,102); }

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

background-color css

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

 a { background-color: rgb(25,144,102); }

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

border-color css

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

 span { border-color: rgb(25,144,102); }

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