#8AC908

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

Shades of Citrus #8AC908

Tints of Citrus #8AC908

Color information

#8AC908 (or 0x8AC908) is unknown color: approx Citrus. HEX triplet: 8A, C9 and 08. RGB value is (138,201,8). Sum of RGB (Red+Green+Blue) = 138+201+8=347 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.77% from 347); Green value is 201 (78.91% from 255 or 57.93% from 347); Blue value is 8 (3.52% from 255 or 2.31% from 347); Max value from RGB is 201 - color contains mainly: green. Hex color #8AC908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC908 is #7536F7. Grayscale: #A0A0A0. Windows color (decimal): -7681784 or 575882. OLE color: 575882.

HSL color Cylindrical-coordinate representation of color #8AC908: hue angle of 79.59º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8AC908 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB1382018-
CMYK0.3100.960.21
HSL79.59º92.34%40.98%-
HSV(B)79.59º96.02%78.82%-
XYZ31.4147.197.68-
YUV160.1642.13112.19-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.77%
GREEN value IS 201 (78.91% from 255) = 57.93%
BLUE value IS 8 (3.52% from 255) = 2.31%
R=39.77%
G=57.93%
B=2.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal13820180.3100.960.2179.5992.3440.98
Hex8AC981F06015505c29
Octal212311103701402512013451
Binary1000101011001001100011111011000001010110100001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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