Html Css Color HEX #9EDD3C Atlantis

📋 copy color: '#9EDD3C'

red 158 ◦ green 221 ◦ blue 60

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

Shades of Atlantis #9EDD3C

Tints of Atlantis #9EDD3C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.34%

 BLUE value IS 60 (23.83% from 255) = 13.67%

R = 35.99%
G = 50.34%
B = 13.67%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#9EDD3C (or 0x9EDD3C) is known color: Atlantis. HEX triplet: 9E, DD and 3C. RGB value is (158,221,60). Sum of RGB (Red+Green+Blue) = 158+221+60=439 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.99% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDD3C is #6122C3. Grayscale: #B8B8B8. Windows color (decimal): -6365892 or 3988894. OLE color: 3988894.

HSL color Cylindrical-coordinate representation of color #9EDD3C: hue angle of 83.48º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9EDD3C is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 221 60 -
CMYK 0.29 0 0.73 0.13
HSL 83.48º 0.7% 0.55% -
HSV(B) 83.48º 0.73% 0.87% -
XYZ 40.77 59.31 13.57 -
YUV 183.81 58.13 109.59 -
System Red Green Blue C M Y K H S L
Decimal 158 221 60 0.29 0 0.73 0.13 83.48 0.7 0.55
Hex 9E DD 3C 1D 0 49 D 53 46 37
Octal 236 335 74 35 0 111 15 123 106 67
Binary 10011110 11011101 111100 11101 0 1001001 1101 1010011 1000110 110111

Color Harmonies of #9EDD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDD3C

Black with #9EDD3C

Text Example


Text Example

White with #9EDD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,221,60); }

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

background-color css

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

 a { background-color: rgb(158,221,60); }

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

border-color css

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

 span { border-color: rgb(158,221,60); }

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