Html Css Color HEX #9ED247 Atlantis

📋 copy color: '#9ED247'

red 158 ◦ green 210 ◦ blue 71

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

Shades of Atlantis #9ED247

Tints of Atlantis #9ED247

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.84%

 BLUE value IS 71 (28.13% from 255) = 16.17%

R = 35.99%
G = 47.84%
B = 16.17%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#9ED247 (or 0x9ED247) is known color: Atlantis. HEX triplet: 9E, D2 and 47. RGB value is (158,210,71). Sum of RGB (Red+Green+Blue) = 158+210+71=439 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.99% from 439); Green value is 210 (82.42% from 255 or 47.84% from 439); Blue value is 71 (28.12% from 255 or 16.17% from 439); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED247 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED247 is #612DB8. Grayscale: #B3B3B3. Windows color (decimal): -6368697 or 4706974. OLE color: 4706974.

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

Color convert

RGB 158 210 71 -
CMYK 0.25 0 0.66 0.18
HSL 82.45º 0.61% 0.55% -
HSV(B) 82.45º 0.66% 0.82% -
XYZ 38.28 53.82 14.33 -
YUV 178.61 67.27 113.3 -
System Red Green Blue C M Y K H S L
Decimal 158 210 71 0.25 0 0.66 0.18 82.45 0.61 0.55
Hex 9E D2 47 19 0 42 12 52 3D 37
Octal 236 322 107 31 0 102 22 122 75 67
Binary 10011110 11010010 1000111 11001 0 1000010 10010 1010010 111101 110111

Color Harmonies of #9ED247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED247

Black with #9ED247

Text Example


Text Example

White with #9ED247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,210,71); }

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

background-color css

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

 a { background-color: rgb(158,210,71); }

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

border-color css

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

 span { border-color: rgb(158,210,71); }

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