#9fcf3f

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

Shades of Atlantis #9FCF3F

Tints of Atlantis #9FCF3F

Color information

#9FCF3F (or 0x9FCF3F) is unknown color: approx Atlantis. HEX triplet: 9F, CF and 3F. RGB value is (159,207,63). Sum of RGB (Red+Green+Blue) = 159+207+63=429 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.06% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 63 (25% from 255 or 14.69% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FCF3F is #6030C0. Grayscale: #B0B0B0. Windows color (decimal): -6303937 or 4181919. OLE color: 4181919.

HSL color Cylindrical-coordinate representation of color #9FCF3F: hue angle of 80º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9FCF3F is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB15920763-
CMYK0.2300.700.19
HSL80º60%52.94%-
HSV(B)80º69.57%81.18%-
XYZ37.5152.3612.83-
YUV176.2364.1115.71-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.06%
GREEN value IS 207 (81.25% from 255) = 48.25%
BLUE value IS 63 (25% from 255) = 14.69%
R=37.06%
G=48.25%
B=14.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal159207630.2300.700.19806052.94
Hex9FCF3F1704613503c35
Octal23731777270106231207465
Binary10011111110011111111111011101000110100111010000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9fcf3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,207,63); }

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

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

 a { background-color: rgb(159,207,63); }

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

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

 span { border-color: rgb(159,207,63); }

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