#8FAE0D

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

Shades of Citrus #8FAE0D

Tints of Citrus #8FAE0D

Color information

#8FAE0D (or 0x8FAE0D) is unknown color: approx Citrus. HEX triplet: 8F, AE and 0D. RGB value is (143,174,13). Sum of RGB (Red+Green+Blue) = 143+174+13=330 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.33% from 330); Green value is 174 (68.36% from 255 or 52.73% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 174 - color contains mainly: green. Hex color #8FAE0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAE0D is #7051F2. Grayscale: #929292. Windows color (decimal): -7361011 or 896655. OLE color: 896655.

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

Color convert

RGB14317413-
CMYK0.1800.930.32
HSL71.55º86.1%36.67%-
HSV(B)71.55º92.53%68.24%-
XYZ26.5436.145.96-
YUV146.3852.73125.59-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.33%
GREEN value IS 174 (68.36% from 255) = 52.73%
BLUE value IS 13 (5.47% from 255) = 3.94%
R=43.33%
G=52.73%
B=3.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal143174130.1800.930.3271.5586.136.67
Hex8FAED1205D20485625
Octal217256152201354011012645
Binary10001111101011101101100100101110110000010010001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAE0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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