#A8C908

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

Shades of Citrus #A8C908

Tints of Citrus #A8C908

Color information

#A8C908 (or 0xA8C908) is unknown color: approx Citrus. HEX triplet: A8, C9 and 08. RGB value is (168,201,8). Sum of RGB (Red+Green+Blue) = 168+201+8=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 201 (78.91% from 255 or 53.32% from 377); Blue value is 8 (3.52% from 255 or 2.12% from 377); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C908 is #5736F7. Grayscale: #A9A9A9. Windows color (decimal): -5715704 or 575912. OLE color: 575912.

HSL color Cylindrical-coordinate representation of color #A8C908: hue angle of 70.26º 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 #A8C908 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB1682018-
CMYK0.1600.960.21
HSL70.26º92.34%40.98%-
HSV(B)70.26º96.02%78.82%-
XYZ37.0850.127.95-
YUV169.1337.07127.19-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.56%
GREEN value IS 201 (78.91% from 255) = 53.32%
BLUE value IS 8 (3.52% from 255) = 2.12%
R=44.56%
G=53.32%
B=2.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal16820180.1600.960.2170.2692.3440.98
HexA8C981006015465c29
Octal250311102001402510613451
Binary1010100011001001100010000011000001010110001101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C908; }

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

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

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

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

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

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

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

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