#a8ce03

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

Shades of Citrus #A8CE03

Tints of Citrus #A8CE03

Color information

#A8CE03 (or 0xA8CE03) is unknown color: approx Citrus. HEX triplet: A8, CE and 03. RGB value is (168,206,3). Sum of RGB (Red+Green+Blue) = 168+206+3=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 206 (80.86% from 255 or 54.64% from 377); Blue value is 3 (1.56% from 255 or 0.80% from 377); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CE03 is #5731FC. Grayscale: #ACACAC. Windows color (decimal): -5714429 or 249512. OLE color: 249512.

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

Color convert

RGB1682063-
CMYK0.1800.990.19
HSL71.23º97.13%40.98%-
HSV(B)71.23º98.54%80.78%-
XYZ38.2452.478.2-
YUV171.532.91125.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.56%
GREEN value IS 206 (80.86% from 255) = 54.64%
BLUE value IS 3 (1.56% from 255) = 0.80%
R=44.56%
G=54.64%
B=0.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal16820630.1800.990.1971.2397.1340.98
HexA8CE31206313476129
Octal25031632201432310714151
Binary10101000110011101110010011000111001110001111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8ce03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8ce03; }

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

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

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

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

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

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

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

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