Html Css Color HEX #9ED545 Atlantis

📋 copy color: '#9ED545'

red 158 ◦ green 213 ◦ blue 69

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

Shades of Atlantis #9ED545

Tints of Atlantis #9ED545

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.41%

 BLUE value IS 69 (27.34% from 255) = 15.68%

R = 35.91%
G = 48.41%
B = 15.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#9ED545 (or 0x9ED545) is known color: Atlantis. HEX triplet: 9E, D5 and 45. RGB value is (158,213,69). Sum of RGB (Red+Green+Blue) = 158+213+69=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 69 (27.34% from 255 or 15.68% from 440); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED545 is #612ABA. Grayscale: #B4B4B4. Windows color (decimal): -6367931 or 4576670. OLE color: 4576670.

HSL color Cylindrical-coordinate representation of color #9ED545: hue angle of 82.92º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9ED545 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 158 213 69 -
CMYK 0.26 0 0.68 0.16
HSL 82.92º 0.63% 0.55% -
HSV(B) 82.92º 0.68% 0.84% -
XYZ 38.97 55.29 14.25 -
YUV 180.14 65.28 112.21 -
System Red Green Blue C M Y K H S L
Decimal 158 213 69 0.26 0 0.68 0.16 82.92 0.63 0.55
Hex 9E D5 45 1A 0 44 10 53 3F 37
Octal 236 325 105 32 0 104 20 123 77 67
Binary 10011110 11010101 1000101 11010 0 1000100 10000 1010011 111111 110111

Color Harmonies of #9ED545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED545

Black with #9ED545

Text Example


Text Example

White with #9ED545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,213,69); }

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

background-color css

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

 a { background-color: rgb(158,213,69); }

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

border-color css

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

 span { border-color: rgb(158,213,69); }

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