#8AAE08

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

Shades of Citrus #8AAE08

Tints of Citrus #8AAE08

Color information

#8AAE08 (or 0x8AAE08) is unknown color: approx Citrus. HEX triplet: 8A, AE and 08. RGB value is (138,174,8). Sum of RGB (Red+Green+Blue) = 138+174+8=320 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.12% from 320); Green value is 174 (68.36% from 255 or 54.38% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAE08 is #7551F7. Grayscale: #909090. Windows color (decimal): -7688696 or 568970. OLE color: 568970.

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

Color convert

RGB1381748-
CMYK0.2100.950.32
HSL73.01º91.21%35.69%-
HSV(B)73.01º95.4%68.24%-
XYZ25.6635.695.77-
YUV144.3151.07123.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.12%
GREEN value IS 174 (68.36% from 255) = 54.38%
BLUE value IS 8 (3.52% from 255) = 2.5%
R=43.12%
G=54.38%
B=2.5%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13817480.2100.950.3273.0191.2135.69
Hex8AAE81505F20495b24
Octal212256102501374011113344
Binary10001010101011101000101010101111110000010010011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAE08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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