Html Css Color HEX #9EDB46 Atlantis

📋 copy color: '#9EDB46'

red 158 ◦ green 219 ◦ blue 70

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

Shades of Atlantis #9EDB46

Tints of Atlantis #9EDB46

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.99%

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

R = 35.35%
G = 48.99%
B = 15.66%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#9EDB46 (or 0x9EDB46) is known color: Atlantis. HEX triplet: 9E, DB and 46. RGB value is (158,219,70). Sum of RGB (Red+Green+Blue) = 158+219+70=447 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.35% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 70 (27.73% from 255 or 15.66% from 447); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDB46 is #6124B9. Grayscale: #B8B8B8. Windows color (decimal): -6366394 or 4643742. OLE color: 4643742.

HSL color Cylindrical-coordinate representation of color #9EDB46: hue angle of 84.56º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9EDB46 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 219 70 -
CMYK 0.28 0 0.68 0.14
HSL 84.56º 0.67% 0.57% -
HSV(B) 84.56º 0.68% 0.86% -
XYZ 40.54 58.37 14.93 -
YUV 183.78 63.79 109.62 -
System Red Green Blue C M Y K H S L
Decimal 158 219 70 0.28 0 0.68 0.14 84.56 0.67 0.57
Hex 9E DB 46 1C 0 44 E 55 43 39
Octal 236 333 106 34 0 104 16 125 103 71
Binary 10011110 11011011 1000110 11100 0 1000100 1110 1010101 1000011 111001

Color Harmonies of #9EDB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDB46

Black with #9EDB46

Text Example


Text Example

White with #9EDB46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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