#A4C908

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

Shades of Citrus #A4C908

Tints of Citrus #A4C908

Color information

#A4C908 (or 0xA4C908) is unknown color: approx Citrus. HEX triplet: A4, C9 and 08. RGB value is (164,201,8). Sum of RGB (Red+Green+Blue) = 164+201+8=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 201 (78.91% from 255 or 53.89% from 373); Blue value is 8 (3.52% from 255 or 2.14% from 373); Max value from RGB is 201 - color contains mainly: green. Hex color #A4C908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C908 is #5B36F7. Grayscale: #A8A8A8. Windows color (decimal): -5977848 or 575908. OLE color: 575908.

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

Color convert

RGB1642018-
CMYK0.1800.960.21
HSL71.5º92.34%40.98%-
HSV(B)71.5º96.02%78.82%-
XYZ36.2449.687.91-
YUV167.9437.74125.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.97%
GREEN value IS 201 (78.91% from 255) = 53.89%
BLUE value IS 8 (3.52% from 255) = 2.14%
R=43.97%
G=53.89%
B=2.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal16420180.1800.960.2171.592.3440.98
HexA4C981206015485c29
Octal244311102201402511013451
Binary1010010011001001100010010011000001010110010001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C908; }

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

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

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

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

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

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

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

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