Html Css Color HEX #9EDA40 Atlantis

📋 copy color: '#9EDA40'

red 158 ◦ green 218 ◦ blue 64

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

Shades of Atlantis #9EDA40

Tints of Atlantis #9EDA40

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.55%

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

R = 35.91%
G = 49.55%
B = 14.55%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#9EDA40 (or 0x9EDA40) is known color: Atlantis. HEX triplet: 9E, DA and 40. RGB value is (158,218,64). Sum of RGB (Red+Green+Blue) = 158+218+64=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDA40 is #6125BF. Grayscale: #B7B7B7. Windows color (decimal): -6366656 or 4250270. OLE color: 4250270.

HSL color Cylindrical-coordinate representation of color #9EDA40: hue angle of 83.38º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9EDA40 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 218 64 -
CMYK 0.28 0 0.71 0.15
HSL 83.38º 0.68% 0.55% -
HSV(B) 83.38º 0.71% 0.85% -
XYZ 40.1 57.78 13.89 -
YUV 182.5 61.12 110.52 -
System Red Green Blue C M Y K H S L
Decimal 158 218 64 0.28 0 0.71 0.15 83.38 0.68 0.55
Hex 9E DA 40 1C 0 47 F 53 44 37
Octal 236 332 100 34 0 107 17 123 104 67
Binary 10011110 11011010 1000000 11100 0 1000111 1111 1010011 1000100 110111

Color Harmonies of #9EDA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDA40

Black with #9EDA40

Text Example


Text Example

White with #9EDA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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