#8AAC01

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

Shades of Citrus #8AAC01

Tints of Citrus #8AAC01

Color information

#8AAC01 (or 0x8AAC01) is unknown color: approx Citrus. HEX triplet: 8A, AC and 01. RGB value is (138,172,1). Sum of RGB (Red+Green+Blue) = 138+172+1=311 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.37% from 311); Green value is 172 (67.58% from 255 or 55.31% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAC01 is #7553FE. Grayscale: #8E8E8E. Windows color (decimal): -7689215 or 109706. OLE color: 109706.

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

Color convert

RGB1381721-
CMYK0.2000.990.33
HSL71.93º98.84%33.92%-
HSV(B)71.93º99.42%67.45%-
XYZ25.2434.915.44-
YUV142.3448.24124.9-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.37%
GREEN value IS 172 (67.58% from 255) = 55.31%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=44.37%
G=55.31%
B=0.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13817210.2000.990.3371.9398.8433.92
Hex8AAC11406321486322
Octal21225412401434111014342
Binary10001010101011001101000110001110000110010001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAC01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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