Html Css Color HEX #9EC253 Atlantis

📋 copy color: '#9EC253'

red 158 ◦ green 194 ◦ blue 83

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

Shades of Atlantis #9EC253

Tints of Atlantis #9EC253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.08%

R = 36.32%
G = 44.6%
B = 19.08%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#9EC253 (or 0x9EC253) is known color: Atlantis. HEX triplet: 9E, C2 and 53. RGB value is (158,194,83). Sum of RGB (Red+Green+Blue) = 158+194+83=435 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.32% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 83 (32.81% from 255 or 19.08% from 435); Max value from RGB is 194 - color contains mainly: green. Hex color #9EC253 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC253 is #613DAC. Grayscale: #AAAAAA. Windows color (decimal): -6372781 or 5489310. OLE color: 5489310.

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

Color convert

RGB 158 194 83 -
CMYK 0.19 0 0.57 0.24
HSL 79.46º 0.48% 0.54% -
HSV(B) 79.46º 0.57% 0.76% -
XYZ 34.95 46.48 15.31 -
YUV 170.58 78.57 119.03 -
System Red Green Blue C M Y K H S L
Decimal 158 194 83 0.19 0 0.57 0.24 79.46 0.48 0.54
Hex 9E C2 53 13 0 39 18 4F 30 36
Octal 236 302 123 23 0 71 30 117 60 66
Binary 10011110 11000010 1010011 10011 0 111001 11000 1001111 110000 110110

Color Harmonies of #9EC253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC253

Black with #9EC253

Text Example


Text Example

White with #9EC253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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