Html Css Color HEX #9EC555 Atlantis

📋 copy color: '#9EC555'

red 158 ◦ green 197 ◦ blue 85

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

Shades of Atlantis #9EC555

Tints of Atlantis #9EC555

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.77%

 BLUE value IS 85 (33.59% from 255) = 19.32%

R = 35.91%
G = 44.77%
B = 19.32%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#9EC555 (or 0x9EC555) is known color: Atlantis. HEX triplet: 9E, C5 and 55. RGB value is (158,197,85). Sum of RGB (Red+Green+Blue) = 158+197+85=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 197 (77.34% from 255 or 44.77% from 440); Blue value is 85 (33.59% from 255 or 19.32% from 440); Max value from RGB is 197 - color contains mainly: green. Hex color #9EC555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC555 is #613AAA. Grayscale: #ACACAC. Windows color (decimal): -6372011 or 5621150. OLE color: 5621150.

HSL color Cylindrical-coordinate representation of color #9EC555: hue angle of 80.89º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9EC555 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 158 197 85 -
CMYK 0.20 0 0.57 0.23
HSL 80.89º 0.49% 0.55% -
HSV(B) 80.89º 0.57% 0.77% -
XYZ 35.71 47.86 15.95 -
YUV 172.57 78.58 117.61 -
System Red Green Blue C M Y K H S L
Decimal 158 197 85 0.20 0 0.57 0.23 80.89 0.49 0.55
Hex 9E C5 55 14 0 39 17 51 31 37
Octal 236 305 125 24 0 71 27 121 61 67
Binary 10011110 11000101 1010101 10100 0 111001 10111 1010001 110001 110111

Color Harmonies of #9EC555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC555

Black with #9EC555

Text Example


Text Example

White with #9EC555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,197,85); }

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

background-color css

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

 a { background-color: rgb(158,197,85); }

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

border-color css

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

 span { border-color: rgb(158,197,85); }

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