#9FCF15

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

Shades of Bahia #9FCF15

Tints of Bahia #9FCF15

Color information

#9FCF15 (or 0x9FCF15) is unknown color: approx Bahia. HEX triplet: 9F, CF and 15. RGB value is (159,207,21). Sum of RGB (Red+Green+Blue) = 159+207+21=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 207 (81.25% from 255 or 53.49% from 387); Blue value is 21 (8.59% from 255 or 5.43% from 387); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCF15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FCF15 is #6030EA. Grayscale: #ACACAC. Windows color (decimal): -6303979 or 1429407. OLE color: 1429407.

HSL color Cylindrical-coordinate representation of color #9FCF15: hue angle of 75.48º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9FCF15 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB15920721-
CMYK0.2300.900.19
HSL75.48º81.58%44.71%-
HSV(B)75.48º89.86%81.18%-
XYZ36.7552.058.82-
YUV171.4443.1119.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.09%
GREEN value IS 207 (81.25% from 255) = 53.49%
BLUE value IS 21 (8.59% from 255) = 5.43%
R=41.09%
G=53.49%
B=5.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal159207210.2300.900.1975.4881.5844.71
Hex9FCF151705A134b522d
Octal237317252701322311312255
Binary10011111110011111010110111010110101001110010111010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCF15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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