Html Css Color HEX #9ED73F Atlantis

📋 copy color: '#9ED73F'

red 158 ◦ green 215 ◦ blue 63

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

Shades of Atlantis #9ED73F

Tints of Atlantis #9ED73F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.31%

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

R = 36.24%
G = 49.31%
B = 14.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#9ED73F (or 0x9ED73F) is known color: Atlantis. HEX triplet: 9E, D7 and 3F. RGB value is (158,215,63). Sum of RGB (Red+Green+Blue) = 158+215+63=436 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.24% from 436); Green value is 215 (84.38% from 255 or 49.31% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 215 - color contains mainly: green. Hex color #9ED73F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED73F is #6128C0. Grayscale: #B5B5B5. Windows color (decimal): -6367425 or 4183966. OLE color: 4183966.

HSL color Cylindrical-coordinate representation of color #9ED73F: hue angle of 82.5º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9ED73F is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 158 215 63 -
CMYK 0.27 0 0.71 0.16
HSL 82.5º 0.66% 0.55% -
HSV(B) 82.5º 0.71% 0.84% -
XYZ 39.3 56.23 13.48 -
YUV 180.63 61.62 111.86 -
System Red Green Blue C M Y K H S L
Decimal 158 215 63 0.27 0 0.71 0.16 82.5 0.66 0.55
Hex 9E D7 3F 1B 0 47 10 52 42 37
Octal 236 327 77 33 0 107 20 122 102 67
Binary 10011110 11010111 111111 11011 0 1000111 10000 1010010 1000010 110111

Color Harmonies of #9ED73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED73F

Black with #9ED73F

Text Example


Text Example

White with #9ED73F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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