Html Css Color HEX #9ED346 Atlantis

📋 copy color: '#9ED346'

red 158 ◦ green 211 ◦ blue 70

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

Shades of Atlantis #9ED346

Tints of Atlantis #9ED346

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.06%

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

R = 35.99%
G = 48.06%
B = 15.95%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#9ED346 (or 0x9ED346) is known color: Atlantis. HEX triplet: 9E, D3 and 46. RGB value is (158,211,70). Sum of RGB (Red+Green+Blue) = 158+211+70=439 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.99% from 439); Green value is 211 (82.81% from 255 or 48.06% from 439); Blue value is 70 (27.73% from 255 or 15.95% from 439); Max value from RGB is 211 - color contains mainly: green. Hex color #9ED346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED346 is #612CB9. Grayscale: #B3B3B3. Windows color (decimal): -6368442 or 4641694. OLE color: 4641694.

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

Color convert

RGB 158 211 70 -
CMYK 0.25 0 0.67 0.17
HSL 82.55º 0.62% 0.55% -
HSV(B) 82.55º 0.67% 0.83% -
XYZ 38.5 54.3 14.25 -
YUV 179.08 66.44 112.96 -
System Red Green Blue C M Y K H S L
Decimal 158 211 70 0.25 0 0.67 0.17 82.55 0.62 0.55
Hex 9E D3 46 19 0 43 11 53 3E 37
Octal 236 323 106 31 0 103 21 123 76 67
Binary 10011110 11010011 1000110 11001 0 1000011 10001 1010011 111110 110111

Color Harmonies of #9ED346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED346

Black with #9ED346

Text Example


Text Example

White with #9ED346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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