#A8C50A

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

Shades of Citrus #A8C50A

Tints of Citrus #A8C50A

Color information

#A8C50A (or 0xA8C50A) is unknown color: approx Citrus. HEX triplet: A8, C5 and 0A. RGB value is (168,197,10). Sum of RGB (Red+Green+Blue) = 168+197+10=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 197 (77.34% from 255 or 52.53% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C50A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C50A is #573AF5. Grayscale: #A7A7A7. Windows color (decimal): -5716726 or 705960. OLE color: 705960.

HSL color Cylindrical-coordinate representation of color #A8C50A: hue angle of 69.3º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8C50A is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB16819710-
CMYK0.1500.950.23
HSL69.3º90.34%40.59%-
HSV(B)69.3º94.92%77.25%-
XYZ36.1748.287.7-
YUV167.0139.39128.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.8%
GREEN value IS 197 (77.34% from 255) = 52.53%
BLUE value IS 10 (4.30% from 255) = 2.67%
R=44.8%
G=52.53%
B=2.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal168197100.1500.950.2369.390.3440.59
HexA8C5AF05F17455a29
Octal250305121701372710513251
Binary101010001100010110101111010111111011110001011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C50A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C50A; }

 p { color: rgb(168,197,10); }

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

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

 a { background-color: rgb(168,197,10); }

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

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

 span { border-color: rgb(168,197,10); }

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