#A1D765

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

Shades of Conifer #A1D765

Tints of Conifer #A1D765

Color information

#A1D765 (or 0xA1D765) is unknown color: approx Conifer. HEX triplet: A1, D7 and 65. RGB value is (161,215,101). Sum of RGB (Red+Green+Blue) = 161+215+101=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D765 is #5E289A. Grayscale: #BABABA. Windows color (decimal): -6170779 or 6674337. OLE color: 6674337.

HSL color Cylindrical-coordinate representation of color #A1D765: hue angle of 88.42º degrees, saturation: 0.59, 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 #A1D765 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB161215101-
CMYK0.2500.530.16
HSL88.42º58.76%61.96%-
HSV(B)88.42º53.02%84.31%-
XYZ41.3557.1221.16-
YUV185.8680.11110.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.75%
GREEN value IS 215 (84.38% from 255) = 45.07%
BLUE value IS 101 (39.84% from 255) = 21.17%
R=33.75%
G=45.07%
B=21.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612151010.2500.530.1688.4258.7661.96
HexA1D7651903510583b3e
Octal24132714531065201307376
Binary10100001110101111100101110010110101100001011000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D765; }

 p { color: rgb(161,215,101); }

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

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

 a { background-color: rgb(161,215,101); }

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

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

 span { border-color: rgb(161,215,101); }

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