Html Css Color HEX #9EDC40 Atlantis

📋 copy color: '#9EDC40'

red 158 ◦ green 220 ◦ blue 64

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

Shades of Atlantis #9EDC40

Tints of Atlantis #9EDC40

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.77%

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

R = 35.75%
G = 49.77%
B = 14.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#9EDC40 (or 0x9EDC40) is known color: Atlantis. HEX triplet: 9E, DC and 40. RGB value is (158,220,64). Sum of RGB (Red+Green+Blue) = 158+220+64=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 64 (25.39% from 255 or 14.48% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDC40 is #6123BF. Grayscale: #B8B8B8. Windows color (decimal): -6366144 or 4250782. OLE color: 4250782.

HSL color Cylindrical-coordinate representation of color #9EDC40: hue angle of 83.85º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9EDC40 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 220 64 -
CMYK 0.28 0 0.71 0.14
HSL 83.85º 0.69% 0.56% -
HSV(B) 83.85º 0.71% 0.86% -
XYZ 40.62 58.83 14.06 -
YUV 183.68 60.46 109.68 -
System Red Green Blue C M Y K H S L
Decimal 158 220 64 0.28 0 0.71 0.14 83.85 0.69 0.56
Hex 9E DC 40 1C 0 47 E 54 45 38
Octal 236 334 100 34 0 107 16 124 105 70
Binary 10011110 11011100 1000000 11100 0 1000111 1110 1010100 1000101 111000

Color Harmonies of #9EDC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDC40

Black with #9EDC40

Text Example


Text Example

White with #9EDC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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