Html Css Color HEX #9EDF38 Atlantis

📋 copy color: '#9EDF38'

red 158 ◦ green 223 ◦ blue 56

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

Shades of Atlantis #9EDF38

Tints of Atlantis #9EDF38

RGB

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

 GREEN value IS 223 (87.5% from 255) = 51.03%

 BLUE value IS 56 (22.27% from 255) = 12.81%

R = 36.16%
G = 51.03%
B = 12.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#9EDF38 (or 0x9EDF38) is known color: Atlantis. HEX triplet: 9E, DF and 38. RGB value is (158,223,56). Sum of RGB (Red+Green+Blue) = 158+223+56=437 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.16% from 437); Green value is 223 (87.5% from 255 or 51.03% from 437); Blue value is 56 (22.27% from 255 or 12.81% from 437); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDF38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDF38 is #6120C7. Grayscale: #B9B9B9. Windows color (decimal): -6365384 or 3727262. OLE color: 3727262.

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

Color convert

RGB 158 223 56 -
CMYK 0.29 0 0.75 0.13
HSL 83.35º 0.72% 0.55% -
HSV(B) 83.35º 0.75% 0.87% -
XYZ 41.2 60.33 13.21 -
YUV 184.53 55.47 109.08 -
System Red Green Blue C M Y K H S L
Decimal 158 223 56 0.29 0 0.75 0.13 83.35 0.72 0.55
Hex 9E DF 38 1D 0 4B D 53 48 37
Octal 236 337 70 35 0 113 15 123 110 67
Binary 10011110 11011111 111000 11101 0 1001011 1101 1010011 1001000 110111

Color Harmonies of #9EDF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDF38

Black with #9EDF38

Text Example


Text Example

White with #9EDF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,223,56); }

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

background-color css

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

 a { background-color: rgb(158,223,56); }

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

border-color css

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

 span { border-color: rgb(158,223,56); }

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