#9FCD52

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

Shades of Atlantis #9FCD52

Tints of Atlantis #9FCD52

Color information

#9FCD52 (or 0x9FCD52) is unknown color: approx Atlantis. HEX triplet: 9F, CD and 52. RGB value is (159,205,82). Sum of RGB (Red+Green+Blue) = 159+205+82=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 82 (32.42% from 255 or 18.39% from 446); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCD52 is #6032AD. Grayscale: #B1B1B1. Windows color (decimal): -6304430 or 5426591. OLE color: 5426591.

HSL color Cylindrical-coordinate representation of color #9FCD52: hue angle of 82.44º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9FCD52 is Cyan = 0.22, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.20.

Color convert

RGB15920582-
CMYK0.2200.60.20
HSL82.44º55.16%56.27%-
HSV(B)82.44º60%80.39%-
XYZ37.6551.6415.97-
YUV177.2274.26115-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.65%
GREEN value IS 205 (80.47% from 255) = 45.96%
BLUE value IS 82 (32.42% from 255) = 18.39%
R=35.65%
G=45.96%
B=18.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal159205820.2200.60.2082.4455.1656.27
Hex9FCD521603C14523738
Octal23731512226074241226770
Binary10011111110011011010010101100111100101001010010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,205,82); }

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

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

 a { background-color: rgb(159,205,82); }

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

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

 span { border-color: rgb(159,205,82); }

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