Html Css Color HEX #9EDA45 Atlantis

📋 copy color: '#9EDA45'

red 158 ◦ green 218 ◦ blue 69

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

Shades of Atlantis #9EDA45

Tints of Atlantis #9EDA45

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.99%

 BLUE value IS 69 (27.34% from 255) = 15.51%

R = 35.51%
G = 48.99%
B = 15.51%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#9EDA45 (or 0x9EDA45) is known color: Atlantis. HEX triplet: 9E, DA and 45. RGB value is (158,218,69). Sum of RGB (Red+Green+Blue) = 158+218+69=445 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.51% from 445); Green value is 218 (85.55% from 255 or 48.99% from 445); Blue value is 69 (27.34% from 255 or 15.51% from 445); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDA45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDA45 is #6125BA. Grayscale: #B7B7B7. Windows color (decimal): -6366651 or 4577950. OLE color: 4577950.

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

Color convert

RGB 158 218 69 -
CMYK 0.28 0 0.68 0.15
HSL 84.16º 0.67% 0.56% -
HSV(B) 84.16º 0.68% 0.85% -
XYZ 40.25 57.84 14.67 -
YUV 183.07 63.62 110.12 -
System Red Green Blue C M Y K H S L
Decimal 158 218 69 0.28 0 0.68 0.15 84.16 0.67 0.56
Hex 9E DA 45 1C 0 44 F 54 43 38
Octal 236 332 105 34 0 104 17 124 103 70
Binary 10011110 11011010 1000101 11100 0 1000100 1111 1010100 1000011 111000

Color Harmonies of #9EDA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDA45

Black with #9EDA45

Text Example


Text Example

White with #9EDA45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,218,69); }

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

background-color css

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

 a { background-color: rgb(158,218,69); }

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

border-color css

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

 span { border-color: rgb(158,218,69); }

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