#8FAE01

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

Shades of Citrus #8FAE01

Tints of Citrus #8FAE01

Color information

#8FAE01 (or 0x8FAE01) is unknown color: approx Citrus. HEX triplet: 8F, AE and 01. RGB value is (143,174,1). Sum of RGB (Red+Green+Blue) = 143+174+1=318 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.97% from 318); Green value is 174 (68.36% from 255 or 54.72% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 174 - color contains mainly: green. Hex color #8FAE01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAE01 is #7051FE. Grayscale: #919191. Windows color (decimal): -7361023 or 110223. OLE color: 110223.

HSL color Cylindrical-coordinate representation of color #8FAE01: hue angle of 70.75º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8FAE01 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB1431741-
CMYK0.1800.990.32
HSL70.75º98.86%34.31%-
HSV(B)70.75º99.43%68.24%-
XYZ26.4736.115.6-
YUV145.0146.73126.57-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.97%
GREEN value IS 174 (68.36% from 255) = 54.72%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=44.97%
G=54.72%
B=0.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14317410.1800.990.3270.7598.8634.31
Hex8FAE11206320476322
Octal21725612201434010714342
Binary10001111101011101100100110001110000010001111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAE01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,174,1); }

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

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

 a { background-color: rgb(143,174,1); }

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

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

 span { border-color: rgb(143,174,1); }

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