Html Css Color HEX #9ECA4A Atlantis

📋 copy color: '#9ECA4A'

red 158 ◦ green 202 ◦ blue 74

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

Shades of Atlantis #9ECA4A

Tints of Atlantis #9ECA4A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.54%

 BLUE value IS 74 (29.3% from 255) = 17.05%

R = 36.41%
G = 46.54%
B = 17.05%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#9ECA4A (or 0x9ECA4A) is known color: Atlantis. HEX triplet: 9E, CA and 4A. RGB value is (158,202,74). Sum of RGB (Red+Green+Blue) = 158+202+74=434 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.41% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 74 (29.30% from 255 or 17.05% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #9ECA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ECA4A is #6135B5. Grayscale: #AEAEAE. Windows color (decimal): -6370742 or 4901534. OLE color: 4901534.

HSL color Cylindrical-coordinate representation of color #9ECA4A: hue angle of 80.62º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9ECA4A is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 158 202 74 -
CMYK 0.22 0 0.63 0.21
HSL 80.63º 0.55% 0.54% -
HSV(B) 80.63º 0.63% 0.79% -
XYZ 36.46 50 14.21 -
YUV 174.25 71.42 116.41 -
System Red Green Blue C M Y K H S L
Decimal 158 202 74 0.22 0 0.63 0.21 80.63 0.55 0.54
Hex 9E CA 4A 16 0 3F 15 51 37 36
Octal 236 312 112 26 0 77 25 121 67 66
Binary 10011110 11001010 1001010 10110 0 111111 10101 1010001 110111 110110

Color Harmonies of #9ECA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECA4A

Black with #9ECA4A

Text Example


Text Example

White with #9ECA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,202,74); }

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

background-color css

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

 a { background-color: rgb(158,202,74); }

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

border-color css

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

 span { border-color: rgb(158,202,74); }

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