#8AAC0A

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

Shades of Citrus #8AAC0A

Tints of Citrus #8AAC0A

Color information

#8AAC0A (or 0x8AAC0A) is unknown color: approx Citrus. HEX triplet: 8A, AC and 0A. RGB value is (138,172,10). Sum of RGB (Red+Green+Blue) = 138+172+10=320 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.12% from 320); Green value is 172 (67.58% from 255 or 53.75% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAC0A is #7553F5. Grayscale: #8F8F8F. Windows color (decimal): -7689206 or 699530. OLE color: 699530.

HSL color Cylindrical-coordinate representation of color #8AAC0A: hue angle of 72.59º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8AAC0A is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB13817210-
CMYK0.2000.940.33
HSL72.59º89.01%35.69%-
HSV(B)72.59º94.19%67.45%-
XYZ25.2934.935.7-
YUV143.3752.74124.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.12%
GREEN value IS 172 (67.58% from 255) = 53.75%
BLUE value IS 10 (4.30% from 255) = 3.12%
R=43.12%
G=53.75%
B=3.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138172100.2000.940.3372.5989.0135.69
Hex8AACA1405E21495924
Octal212254122401364111113144
Binary10001010101011001010101000101111010000110010011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAC0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,172,10); }

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

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

 a { background-color: rgb(138,172,10); }

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

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

 span { border-color: rgb(138,172,10); }

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