Html Css Color HEX #9ED536 Atlantis

📋 copy color: '#9ED536'

red 158 ◦ green 213 ◦ blue 54

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

Shades of Atlantis #9ED536

Tints of Atlantis #9ED536

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.12%

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

R = 37.18%
G = 50.12%
B = 12.71%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#9ED536 (or 0x9ED536) is known color: Atlantis. HEX triplet: 9E, D5 and 36. RGB value is (158,213,54). Sum of RGB (Red+Green+Blue) = 158+213+54=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 213 (83.59% from 255 or 50.12% from 425); Blue value is 54 (21.48% from 255 or 12.71% from 425); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED536 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED536 is #612AC9. Grayscale: #B3B3B3. Windows color (decimal): -6367946 or 3593630. OLE color: 3593630.

HSL color Cylindrical-coordinate representation of color #9ED536: hue angle of 80.75º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9ED536 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 158 213 54 -
CMYK 0.26 0 0.75 0.16
HSL 80.75º 0.65% 0.52% -
HSV(B) 80.75º 0.75% 0.84% -
XYZ 38.56 55.12 12.1 -
YUV 178.43 57.78 113.43 -
System Red Green Blue C M Y K H S L
Decimal 158 213 54 0.26 0 0.75 0.16 80.75 0.65 0.52
Hex 9E D5 36 1A 0 4B 10 51 41 34
Octal 236 325 66 32 0 113 20 121 101 64
Binary 10011110 11010101 110110 11010 0 1001011 10000 1010001 1000001 110100

Color Harmonies of #9ED536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED536

Black with #9ED536

Text Example


Text Example

White with #9ED536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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