#8AC806

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

Shades of Citrus #8AC806

Tints of Citrus #8AC806

Color information

#8AC806 (or 0x8AC806) is unknown color: approx Citrus. HEX triplet: 8A, C8 and 06. RGB value is (138,200,6). Sum of RGB (Red+Green+Blue) = 138+200+6=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 200 (78.52% from 255 or 58.14% from 344); Blue value is 6 (2.73% from 255 or 1.74% from 344); Max value from RGB is 200 - color contains mainly: green. Hex color #8AC806 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC806 is #7537F9. Grayscale: #A0A0A0. Windows color (decimal): -7682042 or 444554. OLE color: 444554.

HSL color Cylindrical-coordinate representation of color #8AC806: hue angle of 79.18º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8AC806 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB1382006-
CMYK0.3100.970.22
HSL79.18º94.17%40.39%-
HSV(B)79.18º97%78.43%-
XYZ31.1746.727.55-
YUV159.3541.46112.77-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.12%
GREEN value IS 200 (78.52% from 255) = 58.14%
BLUE value IS 6 (2.73% from 255) = 1.74%
R=40.12%
G=58.14%
B=1.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal13820060.3100.970.2279.1894.1740.39
Hex8AC861F061164f5e28
Octal21231063701412611713650
Binary100010101100100011011111011000011011010011111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,200,6); }

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

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

 a { background-color: rgb(138,200,6); }

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

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

 span { border-color: rgb(138,200,6); }

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