Html Css Color HEX #9ED436 Atlantis

📋 copy color: '#9ED436'

red 158 ◦ green 212 ◦ blue 54

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

Shades of Atlantis #9ED436

Tints of Atlantis #9ED436

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50%

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

R = 37.26%
G = 50%
B = 12.74%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#9ED436 (or 0x9ED436) is known color: Atlantis. HEX triplet: 9E, D4 and 36. RGB value is (158,212,54). Sum of RGB (Red+Green+Blue) = 158+212+54=424 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.26% from 424); Green value is 212 (83.20% from 255 or 50% from 424); Blue value is 54 (21.48% from 255 or 12.74% from 424); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED436 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED436 is #612BC9. Grayscale: #B2B2B2. Windows color (decimal): -6368202 or 3593374. OLE color: 3593374.

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

Color convert

RGB 158 212 54 -
CMYK 0.25 0 0.75 0.17
HSL 80.51º 0.65% 0.52% -
HSV(B) 80.51º 0.75% 0.83% -
XYZ 38.31 54.62 12.01 -
YUV 177.84 58.11 113.85 -
System Red Green Blue C M Y K H S L
Decimal 158 212 54 0.25 0 0.75 0.17 80.51 0.65 0.52
Hex 9E D4 36 19 0 4B 11 51 41 34
Octal 236 324 66 31 0 113 21 121 101 64
Binary 10011110 11010100 110110 11001 0 1001011 10001 1010001 1000001 110100

Color Harmonies of #9ED436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED436

Black with #9ED436

Text Example


Text Example

White with #9ED436

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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