Html Css Color HEX #1E986E Elf Green

📋 copy color: '#1E986E'

red 30 ◦ green 152 ◦ blue 110

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

Shades of Elf Green #1E986E

Tints of Elf Green #1E986E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 37.67%

R = 10.27%
G = 52.05%
B = 37.67%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#1E986E (or 0x1E986E) is known color: Elf Green. HEX triplet: 1E, 98 and 6E. RGB value is (30,152,110). Sum of RGB (Red+Green+Blue) = 30+152+110=292 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.27% from 292); Green value is 152 (59.77% from 255 or 52.05% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 152 - color contains mainly: green. Hex color #1E986E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E986E is #E16791. Grayscale: #6E6E6E. Windows color (decimal): -14772114 or 7247902. OLE color: 7247902.

HSL color Cylindrical-coordinate representation of color #1E986E: hue angle of 159.34º 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 #1E986E is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 30 152 110 -
CMYK 0.80 0 0.28 0.40
HSL 159.34º 0.67% 0.36% -
HSV(B) 159.34º 0.8% 0.6% -
XYZ 14.58 23.86 18.59 -
YUV 110.73 127.58 70.42 -
System Red Green Blue C M Y K H S L
Decimal 30 152 110 0.80 0 0.28 0.40 159.34 0.67 0.36
Hex 1E 98 6E 50 0 1C 28 9F 43 24
Octal 36 230 156 120 0 34 50 237 103 44
Binary 11110 10011000 1101110 1010000 0 11100 101000 10011111 1000011 100100

Color Harmonies of #1E986E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E986E

Black with #1E986E

Text Example


Text Example

White with #1E986E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,152,110); }

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

background-color css

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

 a { background-color: rgb(30,152,110); }

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

border-color css

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

 span { border-color: rgb(30,152,110); }

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