#A8C007

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

Shades of Citrus #A8C007

Tints of Citrus #A8C007

Color information

#A8C007 (or 0xA8C007) is unknown color: approx Citrus. HEX triplet: A8, C0 and 07. RGB value is (168,192,7). Sum of RGB (Red+Green+Blue) = 168+192+7=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 7 (3.12% from 255 or 1.91% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C007 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C007 is #573FF8. Grayscale: #A4A4A4. Windows color (decimal): -5718009 or 508072. OLE color: 508072.

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

Color convert

RGB1681927-
CMYK0.1200.960.25
HSL67.78º92.96%39.02%-
HSV(B)67.78º96.35%75.29%-
XYZ35.0446.047.24-
YUV163.7339.55131.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.78%
GREEN value IS 192 (75.39% from 255) = 52.32%
BLUE value IS 7 (3.12% from 255) = 1.91%
R=45.78%
G=52.32%
B=1.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16819270.1200.960.2567.7892.9639.02
HexA8C07C06019445d27
Octal25030071401403110413547
Binary10101000110000001111100011000001100110001001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C007; }

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

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

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

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

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

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

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

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