#8AA201

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

Shades of Citrus #8AA201

Tints of Citrus #8AA201

Color information

#8AA201 (or 0x8AA201) is unknown color: approx Citrus. HEX triplet: 8A, A2 and 01. RGB value is (138,162,1). Sum of RGB (Red+Green+Blue) = 138+162+1=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 162 (63.67% from 255 or 53.82% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA201 is #755DFE. Grayscale: #898989. Windows color (decimal): -7691775 or 107146. OLE color: 107146.

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

Color convert

RGB1381621-
CMYK0.1500.990.36
HSL68.94º98.77%31.96%-
HSV(B)68.94º99.38%63.53%-
XYZ23.4131.254.83-
YUV136.4751.55129.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.85%
GREEN value IS 162 (63.67% from 255) = 53.82%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=45.85%
G=53.82%
B=0.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal13816210.1500.990.3668.9498.7731.96
Hex8AA21F06324456320
Octal21224211701434410514340
Binary1000101010100010111110110001110010010001011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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