#8AA70B

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

Shades of Citrus #8AA70B

Tints of Citrus #8AA70B

Color information

#8AA70B (or 0x8AA70B) is unknown color: approx Citrus. HEX triplet: 8A, A7 and 0B. RGB value is (138,167,11). Sum of RGB (Red+Green+Blue) = 138+167+11=316 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.67% from 316); Green value is 167 (65.62% from 255 or 52.85% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 167 - color contains mainly: green. Hex color #8AA70B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA70B is #7558F4. Grayscale: #8D8D8D. Windows color (decimal): -7690485 or 763786. OLE color: 763786.

HSL color Cylindrical-coordinate representation of color #8AA70B: hue angle of 71.15º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8AA70B is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB13816711-
CMYK0.1700.930.35
HSL71.15º87.64%34.9%-
HSV(B)71.15º93.41%65.49%-
XYZ24.3633.065.41-
YUV140.5454.89126.18-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.67%
GREEN value IS 167 (65.62% from 255) = 52.85%
BLUE value IS 11 (4.69% from 255) = 3.48%
R=43.67%
G=52.85%
B=3.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal138167110.1700.930.3571.1587.6434.9
Hex8AA7B1105D23475823
Octal212247132101354310713043
Binary10001010101001111011100010101110110001110001111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA70B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,167,11); }

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

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

 a { background-color: rgb(138,167,11); }

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

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

 span { border-color: rgb(138,167,11); }

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