Html Css Color HEX #9ED34D Atlantis

📋 copy color: '#9ED34D'

red 158 ◦ green 211 ◦ blue 77

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

Shades of Atlantis #9ED34D

Tints of Atlantis #9ED34D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.31%

 BLUE value IS 77 (30.47% from 255) = 17.26%

R = 35.43%
G = 47.31%
B = 17.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#9ED34D (or 0x9ED34D) is known color: Atlantis. HEX triplet: 9E, D3 and 4D. RGB value is (158,211,77). Sum of RGB (Red+Green+Blue) = 158+211+77=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 77 (30.47% from 255 or 17.26% from 446); Max value from RGB is 211 - color contains mainly: green. Hex color #9ED34D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED34D is #612CB2. Grayscale: #B4B4B4. Windows color (decimal): -6368435 or 5100446. OLE color: 5100446.

HSL color Cylindrical-coordinate representation of color #9ED34D: hue angle of 83.73º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9ED34D is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 158 211 77 -
CMYK 0.25 0 0.64 0.17
HSL 83.73º 0.6% 0.56% -
HSV(B) 83.73º 0.64% 0.83% -
XYZ 38.73 54.39 15.48 -
YUV 179.88 69.94 112.4 -
System Red Green Blue C M Y K H S L
Decimal 158 211 77 0.25 0 0.64 0.17 83.73 0.6 0.56
Hex 9E D3 4D 19 0 40 11 54 3C 38
Octal 236 323 115 31 0 100 21 124 74 70
Binary 10011110 11010011 1001101 11001 0 1000000 10001 1010100 111100 111000

Color Harmonies of #9ED34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED34D

Black with #9ED34D

Text Example


Text Example

White with #9ED34D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,211,77); }

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

background-color css

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

 a { background-color: rgb(158,211,77); }

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

border-color css

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

 span { border-color: rgb(158,211,77); }

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