Html Css Color HEX #9EC241 Atlantis

📋 copy color: '#9EC241'

red 158 ◦ green 194 ◦ blue 65

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

Shades of Atlantis #9EC241

Tints of Atlantis #9EC241

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.52%

 BLUE value IS 65 (25.78% from 255) = 15.59%

R = 37.89%
G = 46.52%
B = 15.59%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#9EC241 (or 0x9EC241) is known color: Atlantis. HEX triplet: 9E, C2 and 41. RGB value is (158,194,65). Sum of RGB (Red+Green+Blue) = 158+194+65=417 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.89% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 65 (25.78% from 255 or 15.59% from 417); Max value from RGB is 194 - color contains mainly: green. Hex color #9EC241 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC241 is #613DBE. Grayscale: #A9A9A9. Windows color (decimal): -6372799 or 4309662. OLE color: 4309662.

HSL color Cylindrical-coordinate representation of color #9EC241: hue angle of 76.74º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9EC241 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 158 194 65 -
CMYK 0.19 0 0.66 0.24
HSL 76.74º 0.51% 0.51% -
HSV(B) 76.74º 0.66% 0.76% -
XYZ 34.35 46.23 12.11 -
YUV 168.53 69.57 120.49 -
System Red Green Blue C M Y K H S L
Decimal 158 194 65 0.19 0 0.66 0.24 76.74 0.51 0.51
Hex 9E C2 41 13 0 42 18 4D 33 33
Octal 236 302 101 23 0 102 30 115 63 63
Binary 10011110 11000010 1000001 10011 0 1000010 11000 1001101 110011 110011

Color Harmonies of #9EC241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC241

Black with #9EC241

Text Example


Text Example

White with #9EC241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,194,65); }

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

background-color css

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

 a { background-color: rgb(158,194,65); }

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

border-color css

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

 span { border-color: rgb(158,194,65); }

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