Html Css Color HEX #9EC740 Atlantis

📋 copy color: '#9EC740'

red 158 ◦ green 199 ◦ blue 64

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

Shades of Atlantis #9EC740

Tints of Atlantis #9EC740

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.27%

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

R = 37.53%
G = 47.27%
B = 15.2%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#9EC740 (or 0x9EC740) is known color: Atlantis. HEX triplet: 9E, C7 and 40. RGB value is (158,199,64). Sum of RGB (Red+Green+Blue) = 158+199+64=421 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.53% from 421); Green value is 199 (78.12% from 255 or 47.27% from 421); Blue value is 64 (25.39% from 255 or 15.20% from 421); Max value from RGB is 199 - color contains mainly: green. Hex color #9EC740 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC740 is #6138BF. Grayscale: #ABABAB. Windows color (decimal): -6371520 or 4245406. OLE color: 4245406.

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

Color convert

RGB 158 199 64 -
CMYK 0.21 0 0.68 0.22
HSL 78.22º 0.55% 0.52% -
HSV(B) 78.22º 0.68% 0.78% -
XYZ 35.45 48.49 12.34 -
YUV 171.35 67.42 118.48 -
System Red Green Blue C M Y K H S L
Decimal 158 199 64 0.21 0 0.68 0.22 78.22 0.55 0.52
Hex 9E C7 40 15 0 44 16 4E 37 34
Octal 236 307 100 25 0 104 26 116 67 64
Binary 10011110 11000111 1000000 10101 0 1000100 10110 1001110 110111 110100

Color Harmonies of #9EC740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC740

Black with #9EC740

Text Example


Text Example

White with #9EC740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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