#A2F765

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

Shades of Conifer #A2F765

Tints of Conifer #A2F765

Color information

#A2F765 (or 0xA2F765) is unknown color: approx Conifer. HEX triplet: A2, F7 and 65. RGB value is (162,247,101). Sum of RGB (Red+Green+Blue) = 162+247+101=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 247 (96.88% from 255 or 48.43% from 510); Blue value is 101 (39.84% from 255 or 19.80% from 510); Max value from RGB is 247 - color contains mainly: green. Hex color #A2F765 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F765 is #5D089A. Grayscale: #CDCDCD. Windows color (decimal): -6097051 or 6682530. OLE color: 6682530.

HSL color Cylindrical-coordinate representation of color #A2F765: hue angle of 94.93º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2F765 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB162247101-
CMYK0.3400.590.03
HSL94.93º90.12%68.24%-
HSV(B)94.93º59.11%96.86%-
XYZ50.5175.1424.15-
YUV204.9469.3497.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.76%
GREEN value IS 247 (96.88% from 255) = 48.43%
BLUE value IS 101 (39.84% from 255) = 19.80%
R=31.76%
G=48.43%
B=19.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1622471010.3400.590.0394.9390.1268.24
HexA2F7652203B35f5a44
Octal242367145420733137132104
Binary10100010111101111100101100010011101111101111110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F765; }

 p { color: rgb(162,247,101); }

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

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

 a { background-color: rgb(162,247,101); }

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

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

 span { border-color: rgb(162,247,101); }

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