Html Css Color HEX #9ED83D Atlantis

📋 copy color: '#9ED83D'

red 158 ◦ green 216 ◦ blue 61

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

Shades of Atlantis #9ED83D

Tints of Atlantis #9ED83D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.02%

R = 36.32%
G = 49.66%
B = 14.02%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#9ED83D (or 0x9ED83D) is known color: Atlantis. HEX triplet: 9E, D8 and 3D. RGB value is (158,216,61). Sum of RGB (Red+Green+Blue) = 158+216+61=435 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.32% from 435); Green value is 216 (84.77% from 255 or 49.66% from 435); Blue value is 61 (24.22% from 255 or 14.02% from 435); Max value from RGB is 216 - color contains mainly: green. Hex color #9ED83D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED83D is #6127C2. Grayscale: #B5B5B5. Windows color (decimal): -6367171 or 4053150. OLE color: 4053150.

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

Color convert

RGB 158 216 61 -
CMYK 0.27 0 0.72 0.15
HSL 82.45º 0.67% 0.54% -
HSV(B) 82.45º 0.72% 0.85% -
XYZ 39.5 56.72 13.28 -
YUV 180.99 60.28 111.6 -
System Red Green Blue C M Y K H S L
Decimal 158 216 61 0.27 0 0.72 0.15 82.45 0.67 0.54
Hex 9E D8 3D 1B 0 48 F 52 43 36
Octal 236 330 75 33 0 110 17 122 103 66
Binary 10011110 11011000 111101 11011 0 1001000 1111 1010010 1000011 110110

Color Harmonies of #9ED83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED83D

Black with #9ED83D

Text Example


Text Example

White with #9ED83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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