Html Css Color HEX #9EDD3F Atlantis

📋 copy color: '#9EDD3F'

red 158 ◦ green 221 ◦ blue 63

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

Shades of Atlantis #9EDD3F

Tints of Atlantis #9EDD3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.25%

R = 35.75%
G = 50%
B = 14.25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#9EDD3F (or 0x9EDD3F) is known color: Atlantis. HEX triplet: 9E, DD and 3F. RGB value is (158,221,63). Sum of RGB (Red+Green+Blue) = 158+221+63=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDD3F is #6122C0. Grayscale: #B8B8B8. Windows color (decimal): -6365889 or 4185502. OLE color: 4185502.

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

Color convert

RGB 158 221 63 -
CMYK 0.29 0 0.71 0.13
HSL 83.92º 0.7% 0.56% -
HSV(B) 83.92º 0.71% 0.87% -
XYZ 40.85 59.34 14 -
YUV 184.15 59.63 109.35 -
System Red Green Blue C M Y K H S L
Decimal 158 221 63 0.29 0 0.71 0.13 83.92 0.7 0.56
Hex 9E DD 3F 1D 0 47 D 54 46 38
Octal 236 335 77 35 0 107 15 124 106 70
Binary 10011110 11011101 111111 11101 0 1000111 1101 1010100 1000110 111000

Color Harmonies of #9EDD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDD3F

Black with #9EDD3F

Text Example


Text Example

White with #9EDD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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