Html Css Color HEX #19985E Elf Green

📋 copy color: '#19985E'

red 25 ◦ green 152 ◦ blue 94

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

Shades of Elf Green #19985E

Tints of Elf Green #19985E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 56.09%

 BLUE value IS 94 (37.11% from 255) = 34.69%

R = 9.23%
G = 56.09%
B = 34.69%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#19985E (or 0x19985E) is known color: Elf Green. HEX triplet: 19, 98 and 5E. RGB value is (25,152,94). Sum of RGB (Red+Green+Blue) = 25+152+94=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 152 (59.77% from 255 or 56.09% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 152 - color contains mainly: green. Hex color #19985E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19985E is #E667A1. Grayscale: #6B6B6B. Windows color (decimal): -15099810 or 6199321. OLE color: 6199321.

HSL color Cylindrical-coordinate representation of color #19985E: hue angle of 152.6º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19985E is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 25 152 94 -
CMYK 0.84 0 0.38 0.40
HSL 152.6º 0.72% 0.35% -
HSV(B) 152.6º 0.84% 0.6% -
XYZ 13.65 23.47 14.4 -
YUV 107.42 120.42 69.22 -
System Red Green Blue C M Y K H S L
Decimal 25 152 94 0.84 0 0.38 0.40 152.6 0.72 0.35
Hex 19 98 5E 54 0 26 28 99 48 23
Octal 31 230 136 124 0 46 50 231 110 43
Binary 11001 10011000 1011110 1010100 0 100110 101000 10011001 1001000 100011

Color Harmonies of #19985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19985E

Black with #19985E

Text Example


Text Example

White with #19985E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19985E; }

 p { color: rgb(25,152,94); }

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

background-color css

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

 a { background-color: rgb(25,152,94); }

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

border-color css

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

 span { border-color: rgb(25,152,94); }

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