Html Css Color HEX #9ED544 Atlantis

📋 copy color: '#9ED544'

red 158 ◦ green 213 ◦ blue 68

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

Shades of Atlantis #9ED544

Tints of Atlantis #9ED544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.49%

R = 35.99%
G = 48.52%
B = 15.49%

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

#9ED544 (or 0x9ED544) is known color: Atlantis. HEX triplet: 9E, D5 and 44. RGB value is (158,213,68). Sum of RGB (Red+Green+Blue) = 158+213+68=439 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.99% from 439); Green value is 213 (83.59% from 255 or 48.52% from 439); Blue value is 68 (26.95% from 255 or 15.49% from 439); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED544 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED544 is #612ABB. Grayscale: #B4B4B4. Windows color (decimal): -6367932 or 4511134. OLE color: 4511134.

HSL color Cylindrical-coordinate representation of color #9ED544: hue angle of 82.76º 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 #9ED544 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 158 213 68 -
CMYK 0.26 0 0.68 0.16
HSL 82.76º 0.63% 0.55% -
HSV(B) 82.76º 0.68% 0.84% -
XYZ 38.94 55.27 14.09 -
YUV 180.03 64.78 112.29 -
System Red Green Blue C M Y K H S L
Decimal 158 213 68 0.26 0 0.68 0.16 82.76 0.63 0.55
Hex 9E D5 44 1A 0 44 10 53 3F 37
Octal 236 325 104 32 0 104 20 123 77 67
Binary 10011110 11010101 1000100 11010 0 1000100 10000 1010011 111111 110111

Color Harmonies of #9ED544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED544

Black with #9ED544

Text Example


Text Example

White with #9ED544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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