#8AAC07

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

Shades of Citrus #8AAC07

Tints of Citrus #8AAC07

Color information

#8AAC07 (or 0x8AAC07) is unknown color: approx Citrus. HEX triplet: 8A, AC and 07. RGB value is (138,172,7). Sum of RGB (Red+Green+Blue) = 138+172+7=317 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.53% from 317); Green value is 172 (67.58% from 255 or 54.26% from 317); Blue value is 7 (3.12% from 255 or 2.21% from 317); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAC07 is #7553F8. Grayscale: #8F8F8F. Windows color (decimal): -7689209 or 502922. OLE color: 502922.

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

Color convert

RGB1381727-
CMYK0.2000.960.33
HSL72.36º92.18%35.1%-
HSV(B)72.36º95.93%67.45%-
XYZ25.2734.925.61-
YUV143.0251.24124.42-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.53%
GREEN value IS 172 (67.58% from 255) = 54.26%
BLUE value IS 7 (3.12% from 255) = 2.21%
R=43.53%
G=54.26%
B=2.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13817270.2000.960.3372.3692.1835.1
Hex8AAC71406021485c23
Octal21225472401404111013443
Binary1000101010101100111101000110000010000110010001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAC07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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