#A8D665

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

Shades of Conifer #A8D665

Tints of Conifer #A8D665

Color information

#A8D665 (or 0xA8D665) is unknown color: approx Conifer. HEX triplet: A8, D6 and 65. RGB value is (168,214,101). Sum of RGB (Red+Green+Blue) = 168+214+101=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D665 is #57299A. Grayscale: #BBBBBB. Windows color (decimal): -5712283 or 6674088. OLE color: 6674088.

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

Color convert

RGB168214101-
CMYK0.2100.530.16
HSL84.42º57.95%61.76%-
HSV(B)84.42º52.8%83.92%-
XYZ42.5457.3621.14-
YUV187.3679.26114.19-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.78%
GREEN value IS 214 (83.98% from 255) = 44.31%
BLUE value IS 101 (39.84% from 255) = 20.91%
R=34.78%
G=44.31%
B=20.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1682141010.2100.530.1684.4257.9561.76
HexA8D6651503510543a3e
Octal25032614525065201247276
Binary10101000110101101100101101010110101100001010100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D665; }

 p { color: rgb(168,214,101); }

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

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

 a { background-color: rgb(168,214,101); }

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

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

 span { border-color: rgb(168,214,101); }

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