#A8D763

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

Shades of Conifer #A8D763

Tints of Conifer #A8D763

Color information

#A8D763 (or 0xA8D763) is unknown color: approx Conifer. HEX triplet: A8, D7 and 63. RGB value is (168,215,99). Sum of RGB (Red+Green+Blue) = 168+215+99=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D763 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D763 is #57289C. Grayscale: #BCBCBC. Windows color (decimal): -5712029 or 6543272. OLE color: 6543272.

HSL color Cylindrical-coordinate representation of color #A8D763: hue angle of 84.31º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8D763 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB16821599-
CMYK0.2200.540.16
HSL84.31º59.18%61.57%-
HSV(B)84.31º53.95%84.31%-
XYZ42.757.8320.72-
YUV187.7277.93113.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.85%
GREEN value IS 215 (84.38% from 255) = 44.61%
BLUE value IS 99 (39.06% from 255) = 20.54%
R=34.85%
G=44.61%
B=20.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal168215990.2200.540.1684.3159.1861.57
HexA8D7631603610543b3e
Octal25032714326066201247376
Binary10101000110101111100011101100110110100001010100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D763; }

 p { color: rgb(168,215,99); }

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

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

 a { background-color: rgb(168,215,99); }

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

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

 span { border-color: rgb(168,215,99); }

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