Html Css Color HEX #9ED336 Atlantis

📋 copy color: '#9ED336'

red 158 ◦ green 211 ◦ blue 54

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

Shades of Atlantis #9ED336

Tints of Atlantis #9ED336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.77%

R = 37.35%
G = 49.88%
B = 12.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#9ED336 (or 0x9ED336) is known color: Atlantis. HEX triplet: 9E, D3 and 36. RGB value is (158,211,54). Sum of RGB (Red+Green+Blue) = 158+211+54=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 211 (82.81% from 255 or 49.88% from 423); Blue value is 54 (21.48% from 255 or 12.77% from 423); Max value from RGB is 211 - color contains mainly: green. Hex color #9ED336 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED336 is #612CC9. Grayscale: #B1B1B1. Windows color (decimal): -6368458 or 3593118. OLE color: 3593118.

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

Color convert

RGB 158 211 54 -
CMYK 0.25 0 0.74 0.17
HSL 80.25º 0.64% 0.52% -
HSV(B) 80.25º 0.74% 0.83% -
XYZ 38.06 54.12 11.93 -
YUV 177.26 58.44 114.27 -
System Red Green Blue C M Y K H S L
Decimal 158 211 54 0.25 0 0.74 0.17 80.25 0.64 0.52
Hex 9E D3 36 19 0 4A 11 50 40 34
Octal 236 323 66 31 0 112 21 120 100 64
Binary 10011110 11010011 110110 11001 0 1001010 10001 1010000 1000000 110100

Color Harmonies of #9ED336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED336

Black with #9ED336

Text Example


Text Example

White with #9ED336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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