#8AAE04

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

Shades of Citrus #8AAE04

Tints of Citrus #8AAE04

Color information

#8AAE04 (or 0x8AAE04) is unknown color: approx Citrus. HEX triplet: 8A, AE and 04. RGB value is (138,174,4). Sum of RGB (Red+Green+Blue) = 138+174+4=316 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.67% from 316); Green value is 174 (68.36% from 255 or 55.06% from 316); Blue value is 4 (1.95% from 255 or 1.27% from 316); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAE04 is #7551FB. Grayscale: #909090. Windows color (decimal): -7688700 or 306826. OLE color: 306826.

HSL color Cylindrical-coordinate representation of color #8AAE04: hue angle of 72.71º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8AAE04 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB1381744-
CMYK0.2100.980.32
HSL72.71º95.51%34.9%-
HSV(B)72.71º97.7%68.24%-
XYZ25.6435.685.65-
YUV143.8649.07123.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.67%
GREEN value IS 174 (68.36% from 255) = 55.06%
BLUE value IS 4 (1.95% from 255) = 1.27%
R=43.67%
G=55.06%
B=1.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13817440.2100.980.3272.7195.5134.9
Hex8AAE41506220496023
Octal21225642501424011114043
Binary1000101010101110100101010110001010000010010011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAE04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,174,4); }

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

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

 a { background-color: rgb(138,174,4); }

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

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

 span { border-color: rgb(138,174,4); }

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