Html Css Color HEX #9ED240 Atlantis

📋 copy color: '#9ED240'

red 158 ◦ green 210 ◦ blue 64

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

Shades of Atlantis #9ED240

Tints of Atlantis #9ED240

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.61%

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

R = 36.57%
G = 48.61%
B = 14.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#9ED240 (or 0x9ED240) is known color: Atlantis. HEX triplet: 9E, D2 and 40. RGB value is (158,210,64). Sum of RGB (Red+Green+Blue) = 158+210+64=432 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.57% from 432); Green value is 210 (82.42% from 255 or 48.61% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED240 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED240 is #612DBF. Grayscale: #B2B2B2. Windows color (decimal): -6368704 or 4248222. OLE color: 4248222.

HSL color Cylindrical-coordinate representation of color #9ED240: hue angle of 81.37º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9ED240 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 158 210 64 -
CMYK 0.25 0 0.70 0.18
HSL 81.37º 0.62% 0.54% -
HSV(B) 81.37º 0.7% 0.82% -
XYZ 38.07 53.73 13.22 -
YUV 177.81 63.77 113.87 -
System Red Green Blue C M Y K H S L
Decimal 158 210 64 0.25 0 0.70 0.18 81.37 0.62 0.54
Hex 9E D2 40 19 0 46 12 51 3E 36
Octal 236 322 100 31 0 106 22 121 76 66
Binary 10011110 11010010 1000000 11001 0 1000110 10010 1010001 111110 110110

Color Harmonies of #9ED240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED240

Black with #9ED240

Text Example


Text Example

White with #9ED240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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