Html Css Color HEX #9ED24C Atlantis

📋 copy color: '#9ED24C'

red 158 ◦ green 210 ◦ blue 76

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

Shades of Atlantis #9ED24C

Tints of Atlantis #9ED24C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.3%

 BLUE value IS 76 (30.08% from 255) = 17.12%

R = 35.59%
G = 47.3%
B = 17.12%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#9ED24C (or 0x9ED24C) is known color: Atlantis. HEX triplet: 9E, D2 and 4C. RGB value is (158,210,76). Sum of RGB (Red+Green+Blue) = 158+210+76=444 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.59% from 444); Green value is 210 (82.42% from 255 or 47.30% from 444); Blue value is 76 (30.08% from 255 or 17.12% from 444); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED24C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED24C is #612DB3. Grayscale: #B3B3B3. Windows color (decimal): -6368692 or 5034654. OLE color: 5034654.

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

Color convert

RGB 158 210 76 -
CMYK 0.25 0 0.64 0.18
HSL 83.28º 0.6% 0.56% -
HSV(B) 83.28º 0.64% 0.82% -
XYZ 38.45 53.88 15.21 -
YUV 179.18 69.77 112.9 -
System Red Green Blue C M Y K H S L
Decimal 158 210 76 0.25 0 0.64 0.18 83.28 0.6 0.56
Hex 9E D2 4C 19 0 40 12 53 3C 38
Octal 236 322 114 31 0 100 22 123 74 70
Binary 10011110 11010010 1001100 11001 0 1000000 10010 1010011 111100 111000

Color Harmonies of #9ED24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED24C

Black with #9ED24C

Text Example


Text Example

White with #9ED24C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,210,76); }

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

background-color css

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

 a { background-color: rgb(158,210,76); }

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

border-color css

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

 span { border-color: rgb(158,210,76); }

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