Html Css Color HEX #9ED450 Atlantis

📋 copy color: '#9ED450'

red 158 ◦ green 212 ◦ blue 80

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

Shades of Atlantis #9ED450

Tints of Atlantis #9ED450

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.11%

 BLUE value IS 80 (31.64% from 255) = 17.78%

R = 35.11%
G = 47.11%
B = 17.78%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#9ED450 (or 0x9ED450) is known color: Atlantis. HEX triplet: 9E, D4 and 50. RGB value is (158,212,80). Sum of RGB (Red+Green+Blue) = 158+212+80=450 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.11% from 450); Green value is 212 (83.20% from 255 or 47.11% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED450 is #612BAF. Grayscale: #B5B5B5. Windows color (decimal): -6368176 or 5297310. OLE color: 5297310.

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

Color convert

RGB 158 212 80 -
CMYK 0.25 0 0.62 0.17
HSL 84.55º 0.61% 0.57% -
HSV(B) 84.55º 0.62% 0.83% -
XYZ 39.09 54.94 16.13 -
YUV 180.81 71.11 111.73 -
System Red Green Blue C M Y K H S L
Decimal 158 212 80 0.25 0 0.62 0.17 84.55 0.61 0.57
Hex 9E D4 50 19 0 3E 11 55 3D 39
Octal 236 324 120 31 0 76 21 125 75 71
Binary 10011110 11010100 1010000 11001 0 111110 10001 1010101 111101 111001

Color Harmonies of #9ED450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED450

Black with #9ED450

Text Example


Text Example

White with #9ED450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,212,80); }

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

background-color css

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

 a { background-color: rgb(158,212,80); }

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

border-color css

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

 span { border-color: rgb(158,212,80); }

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