#9FBF4A

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

Shades of Atlantis #9FBF4A

Tints of Atlantis #9FBF4A

Color information

#9FBF4A (or 0x9FBF4A) is unknown color: approx Atlantis. HEX triplet: 9F, BF and 4A. RGB value is (159,191,74). Sum of RGB (Red+Green+Blue) = 159+191+74=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBF4A is #6040B5. Grayscale: #A8A8A8. Windows color (decimal): -6308022 or 4898719. OLE color: 4898719.

HSL color Cylindrical-coordinate representation of color #9FBF4A: hue angle of 76.41º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9FBF4A is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB15919174-
CMYK0.1700.610.25
HSL76.41º47.76%51.96%-
HSV(B)76.41º61.26%74.9%-
XYZ34.1645.1313.39-
YUV168.0974.9121.51-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.5%
GREEN value IS 191 (75% from 255) = 45.05%
BLUE value IS 74 (29.30% from 255) = 17.45%
R=37.5%
G=45.05%
B=17.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159191740.1700.610.2576.4147.7651.96
Hex9FBF4A1103D194c3034
Octal23727711221075311146064
Binary10011111101111111001010100010111101110011001100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,191,74); }

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

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

 a { background-color: rgb(159,191,74); }

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

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

 span { border-color: rgb(159,191,74); }

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