Html Css Color HEX #9ED048 Atlantis

📋 copy color: '#9ED048'

red 158 ◦ green 208 ◦ blue 72

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

Shades of Atlantis #9ED048

Tints of Atlantis #9ED048

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.49%

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

R = 36.07%
G = 47.49%
B = 16.44%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#9ED048 (or 0x9ED048) is known color: Atlantis. HEX triplet: 9E, D0 and 48. RGB value is (158,208,72). Sum of RGB (Red+Green+Blue) = 158+208+72=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 208 (81.64% from 255 or 47.49% from 438); Blue value is 72 (28.52% from 255 or 16.44% from 438); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED048 is #612FB7. Grayscale: #B2B2B2. Windows color (decimal): -6369208 or 4771998. OLE color: 4771998.

HSL color Cylindrical-coordinate representation of color #9ED048: hue angle of 82.06º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9ED048 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 158 208 72 -
CMYK 0.24 0 0.65 0.18
HSL 82.06º 0.59% 0.55% -
HSV(B) 82.06º 0.65% 0.82% -
XYZ 37.83 52.85 14.34 -
YUV 177.55 68.44 114.06 -
System Red Green Blue C M Y K H S L
Decimal 158 208 72 0.24 0 0.65 0.18 82.06 0.59 0.55
Hex 9E D0 48 18 0 41 12 52 3B 37
Octal 236 320 110 30 0 101 22 122 73 67
Binary 10011110 11010000 1001000 11000 0 1000001 10010 1010010 111011 110111

Color Harmonies of #9ED048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED048

Black with #9ED048

Text Example


Text Example

White with #9ED048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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