#A1F767

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

Shades of Conifer #A1F767

Tints of Conifer #A1F767

Color information

#A1F767 (or 0xA1F767) is unknown color: approx Conifer. HEX triplet: A1, F7 and 67. RGB value is (161,247,103). Sum of RGB (Red+Green+Blue) = 161+247+103=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 247 (96.88% from 255 or 48.34% from 511); Blue value is 103 (40.62% from 255 or 20.16% from 511); Max value from RGB is 247 - color contains mainly: green. Hex color #A1F767 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F767 is #5E0898. Grayscale: #CDCDCD. Windows color (decimal): -6162585 or 6813601. OLE color: 6813601.

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

Color convert

RGB161247103-
CMYK0.3500.580.03
HSL95.83º90%68.63%-
HSV(B)95.83º58.3%96.86%-
XYZ50.4175.0824.67-
YUV204.8770.5196.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.51%
GREEN value IS 247 (96.88% from 255) = 48.34%
BLUE value IS 103 (40.62% from 255) = 20.16%
R=31.51%
G=48.34%
B=20.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1612471030.3500.580.0395.839068.63
HexA1F7672303A3605a45
Octal241367147430723140132105
Binary10100001111101111100111100011011101011110000010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F767; }

 p { color: rgb(161,247,103); }

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

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

 a { background-color: rgb(161,247,103); }

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

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

 span { border-color: rgb(161,247,103); }

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