#8FBA15

Color #8FBA15 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #8FBA15

Tints of Citrus #8FBA15

Color information

#8FBA15 (or 0x8FBA15) is unknown color: approx Citrus. HEX triplet: 8F, BA and 15. RGB value is (143,186,21). Sum of RGB (Red+Green+Blue) = 143+186+21=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBA15 is #7045EA. Grayscale: #9A9A9A. Windows color (decimal): -7357931 or 1424015. OLE color: 1424015.

HSL color Cylindrical-coordinate representation of color #8FBA15: hue angle of 75.64º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8FBA15 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB14318621-
CMYK0.2300.890.27
HSL75.64º79.71%40.59%-
HSV(B)75.64º88.71%72.94%-
XYZ29.0241.017.1-
YUV154.3352.75119.92-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.86%
GREEN value IS 186 (73.05% from 255) = 53.14%
BLUE value IS 21 (8.59% from 255) = 6%
R=40.86%
G=53.14%
B=6%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal143186210.2300.890.2775.6479.7140.59
Hex8FBA15170591B4c5029
Octal217272252701313311412051
Binary10001111101110101010110111010110011101110011001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FBA15; }

 p { color: rgb(143,186,21); }

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

<style>
 a { background-color: #8FBA15; }

 a { background-color: rgb(143,186,21); }

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

<style>
 span { border-color: #8FBA15; }

 span { border-color: rgb(143,186,21); }

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