Html Css Color HEX #19965D Elf Green

📋 copy color: '#19965D'

red 25 ◦ green 150 ◦ blue 93

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

Shades of Elf Green #19965D

Tints of Elf Green #19965D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 55.97%

 BLUE value IS 93 (36.72% from 255) = 34.7%

R = 9.33%
G = 55.97%
B = 34.7%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#19965D (or 0x19965D) is known color: Elf Green. HEX triplet: 19, 96 and 5D. RGB value is (25,150,93). Sum of RGB (Red+Green+Blue) = 25+150+93=268 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.33% from 268); Green value is 150 (58.98% from 255 or 55.97% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 150 - color contains mainly: green. Hex color #19965D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19965D is #E669A2. Grayscale: #6A6A6A. Windows color (decimal): -15100323 or 6133273. OLE color: 6133273.

HSL color Cylindrical-coordinate representation of color #19965D: hue angle of 152.64º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19965D is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 25 150 93 -
CMYK 0.83 0 0.38 0.41
HSL 152.64º 0.71% 0.34% -
HSV(B) 152.64º 0.83% 0.59% -
XYZ 13.28 22.81 14.06 -
YUV 106.13 120.59 70.13 -
System Red Green Blue C M Y K H S L
Decimal 25 150 93 0.83 0 0.38 0.41 152.64 0.71 0.34
Hex 19 96 5D 53 0 26 29 99 47 22
Octal 31 226 135 123 0 46 51 231 107 42
Binary 11001 10010110 1011101 1010011 0 100110 101001 10011001 1000111 100010

Color Harmonies of #19965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19965D

Black with #19965D

Text Example


Text Example

White with #19965D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19965D; }

 p { color: rgb(25,150,93); }

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

background-color css

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

 a { background-color: rgb(25,150,93); }

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

border-color css

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

 span { border-color: rgb(25,150,93); }

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