#8AA507

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

Shades of Citrus #8AA507

Tints of Citrus #8AA507

Color information

#8AA507 (or 0x8AA507) is unknown color: approx Citrus. HEX triplet: 8A, A5 and 07. RGB value is (138,165,7). Sum of RGB (Red+Green+Blue) = 138+165+7=310 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.52% from 310); Green value is 165 (64.84% from 255 or 53.23% from 310); Blue value is 7 (3.12% from 255 or 2.26% from 310); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA507 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA507 is #755AF8. Grayscale: #8B8B8B. Windows color (decimal): -7691001 or 501130. OLE color: 501130.

HSL color Cylindrical-coordinate representation of color #8AA507: hue angle of 70.25º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8AA507 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB1381657-
CMYK0.1600.960.35
HSL70.25º91.86%33.73%-
HSV(B)70.25º95.76%64.71%-
XYZ23.9732.335.18-
YUV138.9253.55127.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.52%
GREEN value IS 165 (64.84% from 255) = 53.23%
BLUE value IS 7 (3.12% from 255) = 2.26%
R=44.52%
G=53.23%
B=2.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal13816570.1600.960.3570.2591.8633.73
Hex8AA571006023465c22
Octal21224572001404310613442
Binary1000101010100101111100000110000010001110001101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,165,7); }

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

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

 a { background-color: rgb(138,165,7); }

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

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

 span { border-color: rgb(138,165,7); }

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