Html Css Color HEX #9ED635 Atlantis

📋 copy color: '#9ED635'

red 158 ◦ green 214 ◦ blue 53

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

Shades of Atlantis #9ED635

Tints of Atlantis #9ED635

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.35%

 BLUE value IS 53 (21.09% from 255) = 12.47%

R = 37.18%
G = 50.35%
B = 12.47%

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

#9ED635 (or 0x9ED635) is known color: Atlantis. HEX triplet: 9E, D6 and 35. RGB value is (158,214,53). Sum of RGB (Red+Green+Blue) = 158+214+53=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 214 (83.98% from 255 or 50.35% from 425); Blue value is 53 (21.09% from 255 or 12.47% from 425); Max value from RGB is 214 - color contains mainly: green. Hex color #9ED635 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED635 is #6129CA. Grayscale: #B3B3B3. Windows color (decimal): -6367691 or 3528350. OLE color: 3528350.

HSL color Cylindrical-coordinate representation of color #9ED635: hue angle of 80.87º degrees, saturation: 0.66, 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 #9ED635 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 158 214 53 -
CMYK 0.26 0 0.75 0.16
HSL 80.87º 0.66% 0.52% -
HSV(B) 80.87º 0.75% 0.84% -
XYZ 38.79 55.62 12.06 -
YUV 178.9 56.95 113.09 -
System Red Green Blue C M Y K H S L
Decimal 158 214 53 0.26 0 0.75 0.16 80.87 0.66 0.52
Hex 9E D6 35 1A 0 4B 10 51 42 34
Octal 236 326 65 32 0 113 20 121 102 64
Binary 10011110 11010110 110101 11010 0 1001011 10000 1010001 1000010 110100

Color Harmonies of #9ED635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED635

Black with #9ED635

Text Example


Text Example

White with #9ED635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,214,53); }

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

background-color css

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

 a { background-color: rgb(158,214,53); }

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

border-color css

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

 span { border-color: rgb(158,214,53); }

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