#a8ce00

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

Shades of Citrus #A8CE00

Tints of Citrus #A8CE00

Color information

#A8CE00 (or 0xA8CE00) is unknown color: approx Citrus. HEX triplet: A8, CE and 00. RGB value is (168,206,0). Sum of RGB (Red+Green+Blue) = 168+206+0=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 206 (80.86% from 255 or 55.08% from 374); Blue value is 0 (0.39% from 255 or 0% from 374); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CE00 is #5731FF. Grayscale: #ABABAB. Windows color (decimal): -5714432 or 52904. OLE color: 52904.

HSL color Cylindrical-coordinate representation of color #A8CE00: hue angle of 71.07º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8CE00 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB1682060-
CMYK0.18010.19
HSL71.07º100%40.39%-
HSV(B)71.07º100%80.78%-
XYZ38.2252.478.11-
YUV171.1531.41125.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.92%
GREEN value IS 206 (80.86% from 255) = 55.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.92%
G=55.08%
B=0%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal16820600.18010.1971.0710040.39
HexA8CE01206413476428
Octal25031602201442310714450
Binary1010100011001110010010011001001001110001111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8ce00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8ce00; }

 p { color: rgb(168,206,0); }

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

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

 a { background-color: rgb(168,206,0); }

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

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

 span { border-color: rgb(168,206,0); }

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