#A8C002

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

Shades of Citrus #A8C002

Tints of Citrus #A8C002

Color information

#A8C002 (or 0xA8C002) is unknown color: approx Citrus. HEX triplet: A8, C0 and 02. RGB value is (168,192,2). Sum of RGB (Red+Green+Blue) = 168+192+2=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 2 (1.17% from 255 or 0.55% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C002 is #573FFD. Grayscale: #A3A3A3. Windows color (decimal): -5718014 or 180392. OLE color: 180392.

HSL color Cylindrical-coordinate representation of color #A8C002: hue angle of 67.58º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8C002 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB1681922-
CMYK0.1200.990.25
HSL67.58º97.94%38.04%-
HSV(B)67.58º98.96%75.29%-
XYZ35.0146.037.1-
YUV163.1637.05131.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.41%
GREEN value IS 192 (75.39% from 255) = 53.04%
BLUE value IS 2 (1.17% from 255) = 0.55%
R=46.41%
G=53.04%
B=0.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16819220.1200.990.2567.5897.9438.04
HexA8C02C06319446226
Octal25030021401433110414246
Binary1010100011000000101100011000111100110001001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C002; }

 p { color: rgb(168,192,2); }

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

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

 a { background-color: rgb(168,192,2); }

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

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

 span { border-color: rgb(168,192,2); }

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