#A2FB65

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

Shades of Conifer #A2FB65

Tints of Conifer #A2FB65

Color information

#A2FB65 (or 0xA2FB65) is unknown color: approx Conifer. HEX triplet: A2, FB and 65. RGB value is (162,251,101). Sum of RGB (Red+Green+Blue) = 162+251+101=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 251 (98.44% from 255 or 48.83% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 251 - color contains mainly: green. Hex color #A2FB65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FB65 is #5D049A. Grayscale: #CFCFCF. Windows color (decimal): -6096027 or 6683554. OLE color: 6683554.

HSL color Cylindrical-coordinate representation of color #A2FB65: hue angle of 95.6º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2FB65 is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB162251101-
CMYK0.3500.600.02
HSL95.6º94.94%69.02%-
HSV(B)95.6º59.76%98.43%-
XYZ51.7577.6224.57-
YUV207.2968.0195.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.52%
GREEN value IS 251 (98.44% from 255) = 48.83%
BLUE value IS 101 (39.84% from 255) = 19.65%
R=31.52%
G=48.83%
B=19.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622511010.3500.600.0295.694.9469.02
HexA2FB652303C2605f45
Octal242373145430742140137105
Binary10100010111110111100101100011011110010110000010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FB65; }

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

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

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

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

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

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

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

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