#8FB70C

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

Shades of Citrus #8FB70C

Tints of Citrus #8FB70C

Color information

#8FB70C (or 0x8FB70C) is unknown color: approx Citrus. HEX triplet: 8F, B7 and 0C. RGB value is (143,183,12). Sum of RGB (Red+Green+Blue) = 143+183+12=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 183 (71.88% from 255 or 54.14% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 183 - color contains mainly: green. Hex color #8FB70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FB70C is #7048F3. Grayscale: #989898. Windows color (decimal): -7358708 or 833423. OLE color: 833423.

HSL color Cylindrical-coordinate representation of color #8FB70C: hue angle of 74.04º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8FB70C is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB14318312-
CMYK0.2200.930.28
HSL74.04º87.69%38.24%-
HSV(B)74.04º93.44%71.76%-
XYZ28.3339.736.52-
YUV151.5549.25121.9-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.31%
GREEN value IS 183 (71.88% from 255) = 54.14%
BLUE value IS 12 (5.08% from 255) = 3.55%
R=42.31%
G=54.14%
B=3.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal143183120.2200.930.2874.0487.6938.24
Hex8FB7C1605D1C4a5826
Octal217267142601353411213046
Binary1000111110110111110010110010111011110010010101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB70C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,183,12); }

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

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

 a { background-color: rgb(143,183,12); }

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

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

 span { border-color: rgb(143,183,12); }

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