Html Css Color HEX #9ED84D Atlantis

📋 copy color: '#9ED84D'

red 158 ◦ green 216 ◦ blue 77

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

Shades of Atlantis #9ED84D

Tints of Atlantis #9ED84D

RGB

 RED value IS 158 (62.11% from 255) = 35.03%

 GREEN value IS 216 (84.77% from 255) = 47.89%

 BLUE value IS 77 (30.47% from 255) = 17.07%

R = 35.03%
G = 47.89%
B = 17.07%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#9ED84D (or 0x9ED84D) is known color: Atlantis. HEX triplet: 9E, D8 and 4D. RGB value is (158,216,77). Sum of RGB (Red+Green+Blue) = 158+216+77=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 216 (84.77% from 255 or 47.89% from 451); Blue value is 77 (30.47% from 255 or 17.07% from 451); Max value from RGB is 216 - color contains mainly: green. Hex color #9ED84D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED84D is #6127B2. Grayscale: #B7B7B7. Windows color (decimal): -6367155 or 5101726. OLE color: 5101726.

HSL color Cylindrical-coordinate representation of color #9ED84D: hue angle of 85.04º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9ED84D is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 216 77 -
CMYK 0.27 0 0.64 0.15
HSL 85.04º 0.64% 0.57% -
HSV(B) 85.04º 0.64% 0.85% -
XYZ 40 56.92 15.9 -
YUV 182.81 68.28 110.3 -
System Red Green Blue C M Y K H S L
Decimal 158 216 77 0.27 0 0.64 0.15 85.04 0.64 0.57
Hex 9E D8 4D 1B 0 40 F 55 40 39
Octal 236 330 115 33 0 100 17 125 100 71
Binary 10011110 11011000 1001101 11011 0 1000000 1111 1010101 1000000 111001

Color Harmonies of #9ED84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED84D

Black with #9ED84D

Text Example


Text Example

White with #9ED84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ED84D; }

 p { color: rgb(158,216,77); }

 H1.HeaderClassName
 {
   color: #9ED84D;
 }
 .AnyTagClassName
 {
   color: #9ED84D;
 }
</style>

background-color css

<style>
 a { background-color: #9ED84D; }

 a { background-color: rgb(158,216,77); }

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

border-color css

<style>
 span { border-color: #9ED84D; }

 span { border-color: rgb(158,216,77); }

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