#9FE53E

Color #9FE53E Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #9FE53E

Tints of Atlantis #9FE53E

Color information

#9FE53E (or 0x9FE53E) is unknown color: approx Atlantis. HEX triplet: 9F, E5 and 3E. RGB value is (159,229,62). Sum of RGB (Red+Green+Blue) = 159+229+62=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 229 (89.84% from 255 or 50.89% from 450); Blue value is 62 (24.61% from 255 or 13.78% from 450); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE53E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE53E is #601AC1. Grayscale: #BDBDBD. Windows color (decimal): -6298306 or 4122015. OLE color: 4122015.

HSL color Cylindrical-coordinate representation of color #9FE53E: hue angle of 85.15º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9FE53E is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB15922962-
CMYK0.3100.730.10
HSL85.15º76.26%57.06%-
HSV(B)85.15º72.93%89.8%-
XYZ43.1963.7614.59-
YUV189.0356.31106.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.33%
GREEN value IS 229 (89.84% from 255) = 50.89%
BLUE value IS 62 (24.61% from 255) = 13.78%
R=35.33%
G=50.89%
B=13.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal159229620.3100.730.1085.1576.2657.06
Hex9FE53E1F049A554c39
Octal237345763701111212511471
Binary10011111111001011111101111101001001101010101011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,229,62); }

 H1.HeaderClassName
 {
   color: #9FE53E;
 }
 .AnyTagClassName
 {
   color: #9FE53E;
 }
</style>
background-color css

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

 a { background-color: rgb(159,229,62); }

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

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

 span { border-color: rgb(159,229,62); }

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