#9FD63E

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

Shades of Atlantis #9FD63E

Tints of Atlantis #9FD63E

Color information

#9FD63E (or 0x9FD63E) is unknown color: approx Atlantis. HEX triplet: 9F, D6 and 3E. RGB value is (159,214,62). Sum of RGB (Red+Green+Blue) = 159+214+62=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 62 (24.61% from 255 or 14.25% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #9FD63E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FD63E is #6029C1. Grayscale: #B4B4B4. Windows color (decimal): -6302146 or 4118175. OLE color: 4118175.

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

Color convert

RGB15921462-
CMYK0.2600.710.16
HSL81.71º64.96%54.12%-
HSV(B)81.71º71.03%83.92%-
XYZ39.2155.8113.26-
YUV180.2361.28112.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.55%
GREEN value IS 214 (83.98% from 255) = 49.20%
BLUE value IS 62 (24.61% from 255) = 14.25%
R=36.55%
G=49.20%
B=14.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal159214620.2600.710.1681.7164.9654.12
Hex9FD63E1A04710524136
Octal237326763201072012210166
Binary100111111101011011111011010010001111000010100101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD63E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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