Html Css Color HEX #9ED246 Atlantis

📋 copy color: '#9ED246'

red 158 ◦ green 210 ◦ blue 70

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

Shades of Atlantis #9ED246

Tints of Atlantis #9ED246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.98%

R = 36.07%
G = 47.95%
B = 15.98%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#9ED246 (or 0x9ED246) is known color: Atlantis. HEX triplet: 9E, D2 and 46. RGB value is (158,210,70). Sum of RGB (Red+Green+Blue) = 158+210+70=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 210 (82.42% from 255 or 47.95% from 438); Blue value is 70 (27.73% from 255 or 15.98% from 438); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED246 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED246 is #612DB9. Grayscale: #B2B2B2. Windows color (decimal): -6368698 or 4641438. OLE color: 4641438.

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

Color convert

RGB 158 210 70 -
CMYK 0.25 0 0.67 0.18
HSL 82.29º 0.61% 0.55% -
HSV(B) 82.29º 0.67% 0.82% -
XYZ 38.25 53.8 14.16 -
YUV 178.49 66.77 113.38 -
System Red Green Blue C M Y K H S L
Decimal 158 210 70 0.25 0 0.67 0.18 82.29 0.61 0.55
Hex 9E D2 46 19 0 43 12 52 3D 37
Octal 236 322 106 31 0 103 22 122 75 67
Binary 10011110 11010010 1000110 11001 0 1000011 10010 1010010 111101 110111

Color Harmonies of #9ED246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED246

Black with #9ED246

Text Example


Text Example

White with #9ED246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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