Html Css Color HEX #9EDD40 Atlantis

📋 copy color: '#9EDD40'

red 158 ◦ green 221 ◦ blue 64

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

Shades of Atlantis #9EDD40

Tints of Atlantis #9EDD40

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.89%

 BLUE value IS 64 (25.39% from 255) = 14.45%

R = 35.67%
G = 49.89%
B = 14.45%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#9EDD40 (or 0x9EDD40) is known color: Atlantis. HEX triplet: 9E, DD and 40. RGB value is (158,221,64). Sum of RGB (Red+Green+Blue) = 158+221+64=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDD40 is #6122BF. Grayscale: #B8B8B8. Windows color (decimal): -6365888 or 4251038. OLE color: 4251038.

HSL color Cylindrical-coordinate representation of color #9EDD40: hue angle of 84.08º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9EDD40 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 221 64 -
CMYK 0.29 0 0.71 0.13
HSL 84.08º 0.7% 0.56% -
HSV(B) 84.08º 0.71% 0.87% -
XYZ 40.88 59.35 14.15 -
YUV 184.27 60.13 109.27 -
System Red Green Blue C M Y K H S L
Decimal 158 221 64 0.29 0 0.71 0.13 84.08 0.7 0.56
Hex 9E DD 40 1D 0 47 D 54 46 38
Octal 236 335 100 35 0 107 15 124 106 70
Binary 10011110 11011101 1000000 11101 0 1000111 1101 1010100 1000110 111000

Color Harmonies of #9EDD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDD40

Black with #9EDD40

Text Example


Text Example

White with #9EDD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,221,64); }

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

background-color css

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

 a { background-color: rgb(158,221,64); }

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

border-color css

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

 span { border-color: rgb(158,221,64); }

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