#8AA413

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

Shades of Citron #8AA413

Tints of Citron #8AA413

Color information

#8AA413 (or 0x8AA413) is unknown color: approx Citron. HEX triplet: 8A, A4 and 13. RGB value is (138,164,19). Sum of RGB (Red+Green+Blue) = 138+164+19=321 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.99% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA413 is #755BEC. Grayscale: #8C8C8C. Windows color (decimal): -7691245 or 1287306. OLE color: 1287306.

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

Color convert

RGB13816419-
CMYK0.1600.880.36
HSL70.76º79.23%35.88%-
HSV(B)70.76º88.41%64.31%-
XYZ23.87325.53-
YUV139.759.89126.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.99%
GREEN value IS 164 (64.45% from 255) = 51.09%
BLUE value IS 19 (7.81% from 255) = 5.92%
R=42.99%
G=51.09%
B=5.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138164190.1600.880.3670.7679.2335.88
Hex8AA4131005824474f24
Octal212244232001304410711744
Binary100010101010010010011100000101100010010010001111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,164,19); }

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

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

 a { background-color: rgb(138,164,19); }

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

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

 span { border-color: rgb(138,164,19); }

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