#A8C30C

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

Shades of Citrus #A8C30C

Tints of Citrus #A8C30C

Color information

#A8C30C (or 0xA8C30C) is unknown color: approx Citrus. HEX triplet: A8, C3 and 0C. RGB value is (168,195,12). Sum of RGB (Red+Green+Blue) = 168+195+12=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 195 (76.56% from 255 or 52% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C30C is #573CF3. Grayscale: #A6A6A6. Windows color (decimal): -5717236 or 836520. OLE color: 836520.

HSL color Cylindrical-coordinate representation of color #A8C30C: hue angle of 68.85º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8C30C is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB16819512-
CMYK0.1400.940.24
HSL68.85º88.41%40.59%-
HSV(B)68.85º93.85%76.47%-
XYZ35.7347.387.61-
YUV166.0641.05129.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.8%
GREEN value IS 195 (76.56% from 255) = 52%
BLUE value IS 12 (5.08% from 255) = 3.2%
R=44.8%
G=52%
B=3.2%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal168195120.1400.940.2468.8588.4140.59
HexA8C3CE05E18455829
Octal250303141601363010513051
Binary101010001100001111001110010111101100010001011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C30C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C30C; }

 p { color: rgb(168,195,12); }

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

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

 a { background-color: rgb(168,195,12); }

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

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

 span { border-color: rgb(168,195,12); }

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