#A8D761

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

Shades of Conifer #A8D761

Tints of Conifer #A8D761

Color information

#A8D761 (or 0xA8D761) is unknown color: approx Conifer. HEX triplet: A8, D7 and 61. RGB value is (168,215,97). Sum of RGB (Red+Green+Blue) = 168+215+97=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 215 (84.38% from 255 or 44.79% from 480); Blue value is 97 (38.28% from 255 or 20.21% from 480); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D761 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D761 is #57289E. Grayscale: #BBBBBB. Windows color (decimal): -5712031 or 6412200. OLE color: 6412200.

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

Color convert

RGB16821597-
CMYK0.2200.550.16
HSL83.9º59.6%61.18%-
HSV(B)83.9º54.88%84.31%-
XYZ42.6157.7920.22-
YUV187.576.93114.09-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35%
GREEN value IS 215 (84.38% from 255) = 44.79%
BLUE value IS 97 (38.28% from 255) = 20.21%
R=35%
G=44.79%
B=20.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal168215970.2200.550.1683.959.661.18
HexA8D7611603710543c3d
Octal25032714126067201247475
Binary10101000110101111100001101100110111100001010100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D761; }

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

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

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

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

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

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

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

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