Html Css Color HEX #9ED548 Atlantis

📋 copy color: '#9ED548'

red 158 ◦ green 213 ◦ blue 72

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

Shades of Atlantis #9ED548

Tints of Atlantis #9ED548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.25%

R = 35.67%
G = 48.08%
B = 16.25%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#9ED548 (or 0x9ED548) is known color: Atlantis. HEX triplet: 9E, D5 and 48. RGB value is (158,213,72). Sum of RGB (Red+Green+Blue) = 158+213+72=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 213 (83.59% from 255 or 48.08% from 443); Blue value is 72 (28.52% from 255 or 16.25% from 443); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED548 is #612AB7. Grayscale: #B4B4B4. Windows color (decimal): -6367928 or 4773278. OLE color: 4773278.

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

Color convert

RGB 158 213 72 -
CMYK 0.26 0 0.66 0.16
HSL 83.4º 0.63% 0.56% -
HSV(B) 83.4º 0.66% 0.84% -
XYZ 39.06 55.33 14.75 -
YUV 180.48 66.78 111.96 -
System Red Green Blue C M Y K H S L
Decimal 158 213 72 0.26 0 0.66 0.16 83.4 0.63 0.56
Hex 9E D5 48 1A 0 42 10 53 3F 38
Octal 236 325 110 32 0 102 20 123 77 70
Binary 10011110 11010101 1001000 11010 0 1000010 10000 1010011 111111 111000

Color Harmonies of #9ED548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED548

Black with #9ED548

Text Example


Text Example

White with #9ED548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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