#9FC93E

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

Shades of Atlantis #9FC93E

Tints of Atlantis #9FC93E

Color information

#9FC93E (or 0x9FC93E) is unknown color: approx Atlantis. HEX triplet: 9F, C9 and 3E. RGB value is (159,201,62). Sum of RGB (Red+Green+Blue) = 159+201+62=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC93E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC93E is #6036C1. Grayscale: #ADADAD. Windows color (decimal): -6305474 or 4114847. OLE color: 4114847.

HSL color Cylindrical-coordinate representation of color #9FC93E: hue angle of 78.13º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9FC93E is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB15920162-
CMYK0.2100.690.21
HSL78.13º56.28%51.57%-
HSV(B)78.13º69.15%78.82%-
XYZ36.0549.4912.21-
YUV172.665.59118.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.68%
GREEN value IS 201 (78.91% from 255) = 47.63%
BLUE value IS 62 (24.61% from 255) = 14.69%
R=37.68%
G=47.63%
B=14.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal159201620.2100.690.2178.1356.2851.57
Hex9FC93E15045154e3834
Octal23731176250105251167064
Binary10011111110010011111101010101000101101011001110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC93E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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