Html Css Color HEX #9EC542 Atlantis

📋 copy color: '#9EC542'

red 158 ◦ green 197 ◦ blue 66

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

Shades of Atlantis #9EC542

Tints of Atlantis #9EC542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.68%

R = 37.53%
G = 46.79%
B = 15.68%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#9EC542 (or 0x9EC542) is known color: Atlantis. HEX triplet: 9E, C5 and 42. RGB value is (158,197,66). Sum of RGB (Red+Green+Blue) = 158+197+66=421 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.53% from 421); Green value is 197 (77.34% from 255 or 46.79% from 421); Blue value is 66 (26.17% from 255 or 15.68% from 421); Max value from RGB is 197 - color contains mainly: green. Hex color #9EC542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC542 is #613ABD. Grayscale: #AAAAAA. Windows color (decimal): -6372030 or 4375966. OLE color: 4375966.

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

Color convert

RGB 158 197 66 -
CMYK 0.20 0 0.66 0.23
HSL 77.86º 0.53% 0.52% -
HSV(B) 77.86º 0.66% 0.77% -
XYZ 35.05 47.59 12.49 -
YUV 170.41 69.08 119.15 -
System Red Green Blue C M Y K H S L
Decimal 158 197 66 0.20 0 0.66 0.23 77.86 0.53 0.52
Hex 9E C5 42 14 0 42 17 4E 35 34
Octal 236 305 102 24 0 102 27 116 65 64
Binary 10011110 11000101 1000010 10100 0 1000010 10111 1001110 110101 110100

Color Harmonies of #9EC542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC542

Black with #9EC542

Text Example


Text Example

White with #9EC542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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