Html Css Color HEX #9ED83A Atlantis

📋 copy color: '#9ED83A'

red 158 ◦ green 216 ◦ blue 58

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

Shades of Atlantis #9ED83A

Tints of Atlantis #9ED83A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50%

 BLUE value IS 58 (23.05% from 255) = 13.43%

R = 36.57%
G = 50%
B = 13.43%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#9ED83A (or 0x9ED83A) is known color: Atlantis. HEX triplet: 9E, D8 and 3A. RGB value is (158,216,58). Sum of RGB (Red+Green+Blue) = 158+216+58=432 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.57% from 432); Green value is 216 (84.77% from 255 or 50% from 432); Blue value is 58 (23.05% from 255 or 13.43% from 432); Max value from RGB is 216 - color contains mainly: green. Hex color #9ED83A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED83A is #6127C5. Grayscale: #B5B5B5. Windows color (decimal): -6367174 or 3856542. OLE color: 3856542.

HSL color Cylindrical-coordinate representation of color #9ED83A: hue angle of 82.03º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9ED83A is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 216 58 -
CMYK 0.27 0 0.73 0.15
HSL 82.03º 0.67% 0.54% -
HSV(B) 82.03º 0.73% 0.85% -
XYZ 39.42 56.69 12.87 -
YUV 180.65 58.78 111.85 -
System Red Green Blue C M Y K H S L
Decimal 158 216 58 0.27 0 0.73 0.15 82.03 0.67 0.54
Hex 9E D8 3A 1B 0 49 F 52 43 36
Octal 236 330 72 33 0 111 17 122 103 66
Binary 10011110 11011000 111010 11011 0 1001001 1111 1010010 1000011 110110

Color Harmonies of #9ED83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED83A

Black with #9ED83A

Text Example


Text Example

White with #9ED83A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,216,58); }

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

background-color css

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

 a { background-color: rgb(158,216,58); }

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

border-color css

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

 span { border-color: rgb(158,216,58); }

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