Html Css Color HEX #1E9968 Elf Green

📋 copy color: '#1E9968'

red 30 ◦ green 153 ◦ blue 104

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

Shades of Elf Green #1E9968

Tints of Elf Green #1E9968

RGB

 RED value IS 30 (12.11% from 255) = 10.45%

 GREEN value IS 153 (60.16% from 255) = 53.31%

 BLUE value IS 104 (41.02% from 255) = 36.24%

R = 10.45%
G = 53.31%
B = 36.24%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#1E9968 (or 0x1E9968) is known color: Elf Green. HEX triplet: 1E, 99 and 68. RGB value is (30,153,104). Sum of RGB (Red+Green+Blue) = 30+153+104=287 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.45% from 287); Green value is 153 (60.16% from 255 or 53.31% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 153 - color contains mainly: green. Hex color #1E9968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9968 is #E16697. Grayscale: #6E6E6E. Windows color (decimal): -14771864 or 6854942. OLE color: 6854942.

HSL color Cylindrical-coordinate representation of color #1E9968: hue angle of 156.1º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E9968 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB 30 153 104 -
CMYK 0.80 0 0.32 0.4
HSL 156.1º 0.67% 0.36% -
HSV(B) 156.1º 0.8% 0.6% -
XYZ 14.43 24.06 16.98 -
YUV 110.64 124.25 70.48 -
System Red Green Blue C M Y K H S L
Decimal 30 153 104 0.80 0 0.32 0.4 156.1 0.67 0.36
Hex 1E 99 68 50 0 20 28 9C 43 24
Octal 36 231 150 120 0 40 50 234 103 44
Binary 11110 10011001 1101000 1010000 0 100000 101000 10011100 1000011 100100

Color Harmonies of #1E9968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E9968

Black with #1E9968

Text Example


Text Example

White with #1E9968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E9968; }

 p { color: rgb(30,153,104); }

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

background-color css

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

 a { background-color: rgb(30,153,104); }

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

border-color css

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

 span { border-color: rgb(30,153,104); }

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