Html Css Color HEX #19946C Elf Green

📋 copy color: '#19946C'

red 25 ◦ green 148 ◦ blue 108

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

Shades of Elf Green #19946C

Tints of Elf Green #19946C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.67%

 BLUE value IS 108 (42.58% from 255) = 38.43%

R = 8.9%
G = 52.67%
B = 38.43%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#19946C (or 0x19946C) is known color: Elf Green. HEX triplet: 19, 94 and 6C. RGB value is (25,148,108). Sum of RGB (Red+Green+Blue) = 25+148+108=281 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.90% from 281); Green value is 148 (58.20% from 255 or 52.67% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 148 - color contains mainly: green. Hex color #19946C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19946C is #E66B93. Grayscale: #6A6A6A. Windows color (decimal): -15100820 or 7115801. OLE color: 7115801.

HSL color Cylindrical-coordinate representation of color #19946C: hue angle of 160.49º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19946C is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 148 108 -
CMYK 0.83 0 0.27 0.42
HSL 160.49º 0.71% 0.34% -
HSV(B) 160.49º 0.83% 0.58% -
XYZ 13.7 22.47 17.8 -
YUV 106.66 128.75 69.75 -
System Red Green Blue C M Y K H S L
Decimal 25 148 108 0.83 0 0.27 0.42 160.49 0.71 0.34
Hex 19 94 6C 53 0 1B 2A A0 47 22
Octal 31 224 154 123 0 33 52 240 107 42
Binary 11001 10010100 1101100 1010011 0 11011 101010 10100000 1000111 100010

Color Harmonies of #19946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19946C

Black with #19946C

Text Example


Text Example

White with #19946C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19946C; }

 p { color: rgb(25,148,108); }

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

background-color css

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

 a { background-color: rgb(25,148,108); }

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

border-color css

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

 span { border-color: rgb(25,148,108); }

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