Html Css Color HEX #9EDE3D Atlantis

📋 copy color: '#9EDE3D'

red 158 ◦ green 222 ◦ blue 61

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

Shades of Atlantis #9EDE3D

Tints of Atlantis #9EDE3D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.34%

 BLUE value IS 61 (24.22% from 255) = 13.83%

R = 35.83%
G = 50.34%
B = 13.83%

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

#9EDE3D (or 0x9EDE3D) is known color: Atlantis. HEX triplet: 9E, DE and 3D. RGB value is (158,222,61). Sum of RGB (Red+Green+Blue) = 158+222+61=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 222 (87.11% from 255 or 50.34% from 441); Blue value is 61 (24.22% from 255 or 13.83% from 441); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDE3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDE3D is #6121C2. Grayscale: #B9B9B9. Windows color (decimal): -6365635 or 4054686. OLE color: 4054686.

HSL color Cylindrical-coordinate representation of color #9EDE3D: hue angle of 83.85º degrees, saturation: 0.71, 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 #9EDE3D is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 222 61 -
CMYK 0.29 0 0.73 0.13
HSL 83.85º 0.71% 0.55% -
HSV(B) 83.85º 0.73% 0.87% -
XYZ 41.06 59.85 13.8 -
YUV 184.51 58.3 109.09 -
System Red Green Blue C M Y K H S L
Decimal 158 222 61 0.29 0 0.73 0.13 83.85 0.71 0.55
Hex 9E DE 3D 1D 0 49 D 54 47 37
Octal 236 336 75 35 0 111 15 124 107 67
Binary 10011110 11011110 111101 11101 0 1001001 1101 1010100 1000111 110111

Color Harmonies of #9EDE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDE3D

Black with #9EDE3D

Text Example


Text Example

White with #9EDE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,222,61); }

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

background-color css

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

 a { background-color: rgb(158,222,61); }

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

border-color css

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

 span { border-color: rgb(158,222,61); }

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