Html Css Color HEX #9ECD40 Atlantis

📋 copy color: '#9ECD40'

red 158 ◦ green 205 ◦ blue 64

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

Shades of Atlantis #9ECD40

Tints of Atlantis #9ECD40

RGB

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

 GREEN value IS 205 (80.47% from 255) = 48.01%

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

R = 37%
G = 48.01%
B = 14.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#9ECD40 (or 0x9ECD40) is known color: Atlantis. HEX triplet: 9E, CD and 40. RGB value is (158,205,64). Sum of RGB (Red+Green+Blue) = 158+205+64=427 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.00% from 427); Green value is 205 (80.47% from 255 or 48.01% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ECD40 is #6132BF. Grayscale: #AFAFAF. Windows color (decimal): -6369984 or 4246942. OLE color: 4246942.

HSL color Cylindrical-coordinate representation of color #9ECD40: hue angle of 80º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9ECD40 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 205 64 -
CMYK 0.23 0 0.69 0.20
HSL 80º 0.59% 0.53% -
HSV(B) 80º 0.69% 0.8% -
XYZ 36.86 51.3 12.81 -
YUV 174.87 65.43 115.96 -
System Red Green Blue C M Y K H S L
Decimal 158 205 64 0.23 0 0.69 0.20 80 0.59 0.53
Hex 9E CD 40 17 0 45 14 50 3B 35
Octal 236 315 100 27 0 105 24 120 73 65
Binary 10011110 11001101 1000000 10111 0 1000101 10100 1010000 111011 110101

Color Harmonies of #9ECD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECD40

Black with #9ECD40

Text Example


Text Example

White with #9ECD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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